This commit is contained in:
wattsy74
2021-12-15 17:07:20 +00:00
parent cdbe81f9f7
commit 32b50ec12c
2 changed files with 4 additions and 4 deletions

View File

@@ -39,8 +39,8 @@ echo "Status: Installing ${appName} using script version ${scriptver}" >> ${logf
echo "Status: Updating ZeroTier" >> ${logfile}
echo "Status: Updating ZeroTier" >> ${deplog}
# Using 1.8.1 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.1/dist/ZeroTierOne.pkg
# 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
echo "Status: Running the installer" >> ${logfile}

View File

@@ -39,8 +39,8 @@ echo "Status: Installing ${appName} using script version ${scriptver}" >> ${logf
echo "Status: Downloading ZeroTier" >> ${logfile}
echo "Status: Downloading ZeroTier" >> ${deplog}
# Using 1.8.1 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.1/dist/ZeroTierOne.pkg
# 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
echo "Status: Running the installer" >> ${logfile}