mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-04 06:13:14 +01:00
changed fragments to .sh extension
This commit is contained in:
12
fragments/labels/zoomclient.sh
Normal file
12
fragments/labels/zoomclient.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
zoomclient)
|
||||
name="zoom.us"
|
||||
type="pkg"
|
||||
packageID="us.zoom.pkg.videmeeting"
|
||||
downloadURL="https://zoom.us/client/latest/Zoom.pkg"
|
||||
expectedTeamID="BJ4HAAB9B3"
|
||||
#appNewVersion=$(curl -is "https://beta2.communitypatch.com/jamf/v1/ba1efae22ae74a9eb4e915c31fef5dd2/patch/zoom.us" | grep currentVersion | tr ',' $'\n' | grep currentVersion | cut -d '"' -f 4) # Does not match packageID
|
||||
blockingProcesses=( zoom.us )
|
||||
#blockingProcessesMaxCPU="5"
|
||||
#Company="Zoom Inc."
|
||||
#PatchSkip="YES"
|
||||
;;
|
||||
Reference in New Issue
Block a user