This commit is contained in:
Søren Theilgaard
2021-08-27 12:22:39 +02:00
parent aa761f2583
commit d69a102334

View File

@@ -1,9 +1,9 @@
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"
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" )
   ;;
;;