mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-09 13:21:53 +00:00
Update zoom.sh
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
zoom)
|
zoom)
|
||||||
# credit: Isaac Ordonez, Mann consulting (@mannconsulting)
|
name="zoom.us"
|
||||||
name="Zoom.us"
|
|
||||||
type="pkg"
|
type="pkg"
|
||||||
downloadURL="https://zoom.us/client/latest/ZoomInstallerIT.pkg"
|
downloadURL="https://zoom.us/client/latest/ZoomInstallerIT.pkg"
|
||||||
appNewVersion=$(curl -fs -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15)" "https://zoom.us/download" | grep Version | head -n 1 | sed -E 's/.* ([0-9.]* \(.*\)).*/\1/') # credit: Søren Theilgaard (@theilgaard)
|
appNewVersion="$(curl -fsIL ${downloadURL} | grep -i ^location | cut -d "/" -f5)"
|
||||||
expectedTeamID="BJ4HAAB9B3"
|
expectedTeamID="BJ4HAAB9B3"
|
||||||
blockingProcesses=( zoom.us )
|
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user