mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-02 22:04:27 +01:00
updated zoomclient, closes #226
This commit is contained in:
@@ -2,7 +2,11 @@ zoomclient)
|
|||||||
name="zoom.us"
|
name="zoom.us"
|
||||||
type="pkg"
|
type="pkg"
|
||||||
packageID="us.zoom.pkg.videmeeting"
|
packageID="us.zoom.pkg.videmeeting"
|
||||||
downloadURL="https://zoom.us/client/latest/Zoom.pkg"
|
if [[ $(arch) == i386 ]]; then
|
||||||
|
downloadURL="https://zoom.us/client/latest/Zoom.pkg"
|
||||||
|
elif [[ $(arch) == arm64 ]]; then
|
||||||
|
downloadURL="https://zoom.us/client/latest/Zoom.pkg?archType=arm64"
|
||||||
|
fi
|
||||||
expectedTeamID="BJ4HAAB9B3"
|
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
|
#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 )
|
blockingProcesses=( zoom.us )
|
||||||
|
|||||||
Reference in New Issue
Block a user