mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-06-10 20:20:32 +01:00
Update zoom.sh
This commit is contained in:
5
zoom.sh
5
zoom.sh
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user