mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
321 B
Bash
10 lines
321 B
Bash
alfred)
|
|
# credit: AP Orlebeke (@apizz)
|
|
name="Alfred"
|
|
type="dmg"
|
|
downloadURL=$(curl -fs https://www.alfredapp.com | awk -F '"' "/dmg/ {print \$2}" | head -1)
|
|
appNewVersion=$(echo "${downloadURL}" | sed -E 's/.*Alfred_([0-9.]*)_.*/\1/')
|
|
appName="Alfred 4.app"
|
|
expectedTeamID="XZZXE9SED4"
|
|
;;
|