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
lucifer)
|
|
# credit: Drew Diver (@grumpydrew on MacAdmins Slack)
|
|
name="Lucifer"
|
|
type="zip"
|
|
downloadURL="https://www.hexedbits.com/downloads/lucifer.zip"
|
|
appNewVersion=$( curl -fs "https://www.hexedbits.com/lucifer/" | grep "Latest version" | sed -E 's/.*Latest version ([0-9.]*),.*/\1/g' )
|
|
expectedTeamID="5VRJU68BZ5"
|
|
;;
|