mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
266 B
Bash
9 lines
266 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"
|
|
versionKey="CFBundleVersion"
|
|
;;
|