From 442a4ae0af133a3f602d221efb23d4d90f78d6f9 Mon Sep 17 00:00:00 2001 From: Fletcher Salesky Date: Thu, 19 May 2022 22:19:13 -0700 Subject: [PATCH] Create duodevicehealth.sh --- fragments/labels/duodevicehealth.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fragments/labels/duodevicehealth.sh 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" + ;; +