Merge pull request #211 from Installomator/Zoom-Room-label

Zoom Rooms label
This commit is contained in:
Adam Codega
2021-07-21 22:48:17 -04:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -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"

View File

@@ -297,6 +297,7 @@ yubikeymanagerqt
zappy
zoom
zoomclient
zoomrooms
zulujdk11
zulujdk13
zulujdk15