mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-09 13:21:53 +00:00
Merge pull request #509 from worthypants/Installomator2
Create new label idrivethin
This commit is contained in:
9
fragments/labels/idrivethin.sh
Normal file
9
fragments/labels/idrivethin.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
idrivethin)
|
||||
name="IDrive"
|
||||
type="pkgInDmg"
|
||||
pkgName="IDriveThin.pkg"
|
||||
downloadURL=$(curl -fs https://static.idriveonlinebackup.com/downloads/idrivethin/thin_version.js | sed -E 's/.*thinclient-mac([^;]*).*/\1/g' | sed -E 's/.*(https.*dmg).*/\1/g')
|
||||
appNewVersion=$(curl -fs https://static.idriveonlinebackup.com/downloads/idrivethin/thin_version.js | sed -E 's/.*thin\_mac\_ver\=\"Version\ ([0-9.]*).*/\1/g')
|
||||
versionKey="CFBundleVersion"
|
||||
expectedTeamID="JWDCNYZ922"
|
||||
;;
|
||||
Reference in New Issue
Block a user