diff --git a/Installomator.sh b/Installomator.sh index 9313ebb..6995c12 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -2993,6 +2993,15 @@ zoomclient) blockingProcesses=( zoom.us ) #blockingProcessesMaxCPU="5" ;; +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" ) +   ;; zulujdk11) name="Zulu JDK 11" type="pkgInDmg"