mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
305 B
Bash
10 lines
305 B
Bash
zoomrooms)
|
|
name="ZoomRooms"
|
|
type="pkg"
|
|
packageID="us.zoom.pkg.zp"
|
|
downloadURL="https://zoom.us/client/latest/ZoomRooms.pkg"
|
|
appNewVersion="$(curl -fsIL ${downloadURL} | grep -i location | cut -d "/" -f5)"
|
|
expectedTeamID="BJ4HAAB9B3"
|
|
blockingProcesses=( "ZoomPresence" )
|
|
;;
|