mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
367 B
Bash
10 lines
367 B
Bash
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"
|
|
;;
|