mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
347 B
Bash
9 lines
347 B
Bash
fantastical)
|
|
# credit: Drew Diver (@grumpydrew on MacAdmins Slack)
|
|
name="Fantastical"
|
|
type="zip"
|
|
downloadURL="https://flexibits.com/fantastical/download"
|
|
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z]*_([0-9.]*)\..*/\1/g' )
|
|
expectedTeamID="85C27NK92C"
|
|
;;
|