diff --git a/fragments/labels/duodevicehealth.sh b/fragments/labels/duodevicehealth.sh new file mode 100644 index 0000000..c863652 --- /dev/null +++ b/fragments/labels/duodevicehealth.sh @@ -0,0 +1,9 @@ +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" + ;; +