Merge pull request #386 from apizz/patch-5

Add Code42 arm64 downloadURL introduced with 8.8.2 release
This commit is contained in:
Søren Theilgaard
2022-01-19 14:44:57 +01:00
committed by GitHub

View File

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