mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-16 21:03:18 +00:00
10 lines
470 B
Bash
10 lines
470 B
Bash
idrive)
|
|
name="IDrive"
|
|
type="pkgInDmg"
|
|
pkgName="IDrive.pkg"
|
|
downloadURL=$(curl -fs https://static.idriveonlinebackup.com/downloads/version_mac.js | sed 's/.*href\([^;]*\).*/\1/' | sed 's/.*\(https.*dmg\).*/\1/g')
|
|
appNewVersion=$(curl -fs https://static.idriveonlinebackup.com/downloads/version_mac.js | sed 's/.*mac_vernum=\([^;]*\).*/\1/' | sed 's/.*Version \([0-9.]*\).*/\1/')
|
|
versionKey="CFBundleVersion"
|
|
expectedTeamID="JWDCNYZ922"
|
|
;;
|