mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Remotix bought by Acronis
This commit is contained in:
9
fragments/labels/acroniscyberprotectconnect.sh
Normal file
9
fragments/labels/acroniscyberprotectconnect.sh
Normal file
@@ -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"
|
||||
;;
|
||||
10
fragments/labels/acroniscyberprotectconnectagent.sh
Normal file
10
fragments/labels/acroniscyberprotectconnectagent.sh
Normal file
@@ -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"
|
||||
;;
|
||||
@@ -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"
|
||||
;;
|
||||
@@ -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"
|
||||
;;
|
||||
Reference in New Issue
Block a user