mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
344 B
Bash
9 lines
344 B
Bash
redeye)
|
|
# credit: Drew Diver (@grumpydrew on MacAdmins Slack)
|
|
name="Red Eye"
|
|
type="zip"
|
|
downloadURL="https://www.hexedbits.com/downloads/redeye.zip"
|
|
appNewVersion=$( curl -fs "https://www.hexedbits.com/redeye/" | grep "Latest version" | sed -E 's/.*Latest version ([0-9.]*),.*/\1/g' )
|
|
expectedTeamID="5VRJU68BZ5"
|
|
;;
|