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