mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
403 B
Bash
10 lines
403 B
Bash
duodevicehealth)
|
|
name="Duo Device Health"
|
|
type="pkgInDmg"
|
|
downloadURL="https://dl.duosecurity.com/DuoDeviceHealth-latest.dmg"
|
|
appNewVersion=$(curl -fsLIXGET "https://dl.duosecurity.com/DuoDeviceHealth-latest.dmg" | grep -i "^content-disposition" | sed -e 's/.*filename\=\"DuoDeviceHealth\-\(.*\)\.dmg\".*/\1/')
|
|
appName="Duo Device Health.app"
|
|
expectedTeamID="FNN8Z5JMFP"
|
|
;;
|
|
|