mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-03 14:13:27 +00:00
Update zoom.sh
This commit is contained in:
4
zoom.sh
4
zoom.sh
@@ -50,7 +50,7 @@ echo "Latest version available is: $latestver"
|
||||
|
||||
if [[ $architecture == "arm64" ]]; then
|
||||
echo "Running Apple Silicon Setting correct URL"
|
||||
downloadUrl="http://zoom.us/client/latest/Zoom.pkg?archType=amd64"
|
||||
downloadUrl="http://zoom.us/client/latest/Zoom.pkg?archType=arm64"
|
||||
else
|
||||
echo "Running Intel Setting correct URL"
|
||||
downloadUrl="http://zoom.us/client/latest/Zoom.pkg"
|
||||
@@ -146,4 +146,4 @@ fi
|
||||
/bin/echo "`date`: ${appName} is already up to date, running ${currentinstalledver}."
|
||||
/bin/echo "--" >> ${logfile}
|
||||
fi
|
||||
echo "Command: DeterminateManualStep: 1" >> ${deplog}
|
||||
echo "Command: DeterminateManualStep: 1" >> ${deplog}
|
||||
|
||||
Reference in New Issue
Block a user