mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
390 B
Plaintext
9 lines
390 B
Plaintext
cormorant)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="Cormorant"
|
|
type="zip"
|
|
downloadURL=$(curl -fs https://eclecticlight.co/downloads/ | grep -i $name | grep zip | sed -E 's/.*href=\"(https.*)\">.*/\1/g')
|
|
appNewVersion=$(curl -fs https://eclecticlight.co/downloads/ | grep zip | grep -o -E "$name [0-9.]*" | awk '{print $2}')
|
|
expectedTeamID="QWY4LRW926"
|
|
;;
|