diff --git a/Installomator.sh b/Installomator.sh index 978d2e4..bad2dee 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -3006,6 +3006,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" diff --git a/Labels.txt b/Labels.txt index 2d8b55d..2bcc748 100644 --- a/Labels.txt +++ b/Labels.txt @@ -297,6 +297,7 @@ yubikeymanagerqt zappy zoom zoomclient +zoomrooms zulujdk11 zulujdk13 zulujdk15