This commit is contained in:
wattsy74
2021-12-15 16:46:10 +00:00
parent 53886c86e1
commit a00e32a189
2 changed files with 8 additions and 2 deletions

View File

@@ -38,7 +38,10 @@ echo "Status: Installing ${appName} using script version ${scriptver}" >> ${logf
echo "Status: Updating ZeroTier" >> ${logfile}
echo "Status: Updating ZeroTier" >> ${deplog}
curl -o /Library/Caches/com.purplecomputing.mdm/Apps/ZT.pkg https://download.zerotier.com/dist/ZeroTier%20One.pkg >> ${logfile}
# 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
#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: Executing Scripts..." >> ${deplog}

View File

@@ -38,7 +38,10 @@ echo "Status: Installing ${appName} using script version ${scriptver}" >> ${logf
echo "Status: Downloading ZeroTier" >> ${logfile}
echo "Status: Downloading ZeroTier" >> ${deplog}
curl -o /Library/Caches/com.purplecomputing.mdm/Apps/ZT.pkg https://download.zerotier.com/dist/ZeroTier%20One.pkg
# 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
#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}