mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-28 06:06:26 +01:00
Label for both Clue appliations
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
clue)
|
||||
#For personal use and students
|
||||
name="Clue"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fsL https://clue.no/en/download | grep "For personal use and students:" | sed 's/.*href="//' | sed 's/".*//')
|
||||
appNewVersion="$(echo "${downloadURL}" | sed -E 's/.*Clue*([0-9.]*)\..*/\1/g')"
|
||||
versionKey="CFBundleVersion"
|
||||
expectedTeamID="3NX6B9TB2F"
|
||||
;;
|
||||
@@ -0,0 +1,9 @@
|
||||
cluefull)
|
||||
#For companies and schools
|
||||
name="Clue"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fsL https://clue.no/en/download | grep "For companies and schools:" | sed 's/.*href="//' | sed 's/".*//')
|
||||
appNewVersion="$(echo "${downloadURL}" | sed -E 's/.*Clue*([0-9.]*)\F.*/\1/g')"
|
||||
versionKey="CFBundleVersion"
|
||||
expectedTeamID="3NX6B9TB2F"
|
||||
;;
|
||||
Reference in New Issue
Block a user