mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9
fragments/labels/idrive.sh
Normal file
9
fragments/labels/idrive.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
idrive)
|
||||
name="IDrive"
|
||||
type="pkgInDmg"
|
||||
pkgName="IDrive.pkg"
|
||||
downloadURL=$(curl -fs https://static.idriveonlinebackup.com/downloads/version_mac.js | sed -E 's/.*(https.*dmg).*/\1/g')
|
||||
appNewVersion=$(curl -fs https://static.idriveonlinebackup.com/downloads/version_mac.js | sed -E 's/.*mac_vernum\=\"Version\ ([0-9.]*).*/\1/g')
|
||||
versionKey="CFBundleVersion"
|
||||
expectedTeamID="JWDCNYZ922"
|
||||
;;
|
||||
Reference in New Issue
Block a user