From fbf8dee14de0d08e0cace7d904b85ef1bfed275e Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 4 Aug 2022 10:42:14 +0100 Subject: [PATCH] Update zerotier.sh --- zerotier.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zerotier.sh b/zerotier.sh index 037a0cc..2768e8a 100755 --- a/zerotier.sh +++ b/zerotier.sh @@ -39,9 +39,7 @@ echo "Status: Installing ${appName} using script version ${scriptver}" >> ${logf echo "Status: Downloading ZeroTier" >> ${logfile} echo "Status: Downloading ZeroTier" >> ${deplog} -# Using 1.8.3 version to stop the continual prompts for credentials -curl -o /Library/Caches/com.purplecomputing.mdm/Apps/ZT.pkg https://download.zerotier.com/RELEASES/1.8.3/dist/ZeroTierOne.pkg -#curl -o /Library/Caches/com.purplecomputing.mdm/Apps/ZT.pkg https://download.zerotier.com/dist/ZeroTier%20One.pkg +curl -o /Library/Caches/com.purplecomputing.mdm/Apps/ZT.pkg https://download.zerotier.com/dist/ZeroTier%20One.pkg echo "Status: Running the installer" >> ${logfile} echo "Status: Running the installer" >> ${deplog} @@ -56,4 +54,4 @@ echo "Status: Joining ZeroTier to network ${@}" >> ${logfile} echo "Status: Joining ZeroTier to network ${@}" >> ${deplog} /usr/local/bin/zerotier-cli join $@ -exit 0 \ No newline at end of file +exit 0