mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
301 B
Bash
9 lines
301 B
Bash
airserver)
|
|
# credit: AP Orlebeke (@apizz)
|
|
name="AirServer"
|
|
type="dmg"
|
|
downloadURL="https://www.airserver.com/download/mac/latest"
|
|
appNewVersion=$(curl -fsIL "${downloadURL}" | grep -i "location" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g')
|
|
expectedTeamID="6C755KS5W3"
|
|
;;
|