mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
8 lines
233 B
Bash
8 lines
233 B
Bash
zoom)
|
|
name="zoom.us"
|
|
type="pkg"
|
|
downloadURL="https://zoom.us/client/latest/ZoomInstallerIT.pkg"
|
|
appNewVersion="$(curl -fsIL ${downloadURL} | grep -i ^location | cut -d "/" -f5)"
|
|
expectedTeamID="BJ4HAAB9B3"
|
|
;;
|