mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
362 B
Bash
10 lines
362 B
Bash
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"
|
|
;;
|