mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-02 14:23:08 +01:00
Create new label iDrive
This commit is contained in:
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 '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"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user