mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Add arm64 downloadURL introduced with 8.8.2
This commit is contained in:
@@ -2,7 +2,11 @@ code42)
|
||||
# credit: Isaac Ordonez, Mann consulting (@mannconsulting)
|
||||
name="Code42"
|
||||
type="pkgInDmg"
|
||||
downloadURL=https://download.code42.com/installs/agent/latest-mac.dmg
|
||||
if [[ $(arch) == i386 ]]; then
|
||||
downloadURL="https://download.code42.com/installs/agent/latest-mac.dmg"
|
||||
elif [[ $(arch) == arm64 ]]; then
|
||||
downloadURL="https://download.code42.com/installs/agent/latest-mac-arm64.dmg"
|
||||
fi
|
||||
expectedTeamID="9YV9435DHD"
|
||||
blockingProcesses=( NONE )
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user