Ok, out of interest, what do you get for the following:
This shows what the version check is finding when it's run at the start of the script.
Edit: Apologies, I've now updated the code line so it mimics the latest Skynet version on GitHub
Code:
echo "$(/usr/sbin/curl --version | awk 'NR >= 1 && NR <= 1 {print $2}' | tr -d '.')"
This shows what the version check is finding when it's run at the start of the script.
Edit: Apologies, I've now updated the code line so it mimics the latest Skynet version on GitHub
Last edited: