Update zoom.sh

This commit is contained in:
Michael
2021-10-11 18:57:03 +01:00
committed by GitHub
parent dad2952d60
commit eac26f66ec

View File

@@ -13,9 +13,10 @@
#
# HISTORY
#
# Version: 1.0
# Version: 1.1
#
# - 1.0 Martyn Watts, 28.09.2021 Initial Build
# - 1.1 Martyn Watts, 28.09.2021 Initial Build
#
####################################################################################################
# Script to download and install Zoom.
@@ -27,7 +28,7 @@ dnldfile='zoom.pkg'
forceQuit='Y'
logfile="/Library/Logs/ZoomInstallScript.log"
deplog="/var/tmp/depnotify.log"
scriptver="1.0j"
scriptver="1.1"
architecture=$(/usr/bin/arch)
OSvers_URL=$( sw_vers -productVersion | sed 's/[.]/_/g' )
userAgent="Mozilla/5.0 (Macintosh; Intel Mac OS X ${OSvers_URL}) AppleWebKit/535.6.2 (KHTML, like Gecko) Version/5.2 Safari/535.6.2"