diff --git a/fragments/labels/acroniscyberprotectconnect.sh b/fragments/labels/acroniscyberprotectconnect.sh new file mode 100644 index 0000000..8538bee --- /dev/null +++ b/fragments/labels/acroniscyberprotectconnect.sh @@ -0,0 +1,9 @@ +acroniscyberprotectconnect|\ +remotix) + name="Acronis Cyber Protect Connect" + type="dmg" + downloadURL="https://go.acronis.com/AcronisCyberProtectConnect_ForMac" + versionKey="CFBundleVersion" + appNewVersion=$(curl -fsIL "${downloadURL}" | grep -i "^location" | sed -E 's/.*\/[a-zA-Z]*-[0-9.]*-([0-9.]*)\.dmg/\1/g') + expectedTeamID="ZU2TV78AA6" + ;; diff --git a/fragments/labels/acroniscyberprotectconnectagent.sh b/fragments/labels/acroniscyberprotectconnectagent.sh new file mode 100644 index 0000000..7155b6a --- /dev/null +++ b/fragments/labels/acroniscyberprotectconnectagent.sh @@ -0,0 +1,10 @@ +acroniscyberprotectconnectagent|\ +remotixagent) + name="Acronis Cyber Protect Connect Agent" + type="pkg" + #packageID="com.nulana.rxagentmac" + downloadURL="https://go.acronis.com/AcronisCyberProtectConnect_AgentForMac" + versionKey="CFBundleVersion" + appNewVersion=$(curl -fsIL "${downloadURL}" | grep -i "^location" | sed -E 's/.*\/[a-zA-Z]*-[0-9.]*-([0-9.]*)\.pkg/\1/g') + expectedTeamID="H629V387SY" + ;; diff --git a/fragments/labels/remotix.sh b/fragments/labels/remotix.sh deleted file mode 100644 index 4a095d3..0000000 --- a/fragments/labels/remotix.sh +++ /dev/null @@ -1,7 +0,0 @@ -remotix) - name="Remotix" - type="dmg" - downloadURL="https://remotix.com/downloads/latest-remotix-mac/" - appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)-.*\.dmg/\1/g' ) - expectedTeamID="K293Y6CVN4" - ;; diff --git a/fragments/labels/remotixagent.sh b/fragments/labels/remotixagent.sh deleted file mode 100644 index 25539b5..0000000 --- a/fragments/labels/remotixagent.sh +++ /dev/null @@ -1,8 +0,0 @@ -remotixagent) - name="RemotixAgent" - type="pkg" - packageID="com.nulana.rxagentmac" - downloadURL="https://remotix.com/downloads/latest-agent-mac/" - appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)-.*\.pkg/\1/g' ) - expectedTeamID="K293Y6CVN4" - ;;