mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
350 B
Bash
8 lines
350 B
Bash
retrobatch)
|
|
name="Retrobatch"
|
|
type="zip"
|
|
downloadURL="https://flyingmeat.com/download/Retrobatch.zip"
|
|
appNewVersion=$(curl -fs "https://flyingmeat.com/retrobatch/" | grep -i download | grep -i zip | grep -iv Documentation | sed -E 's/.*Download.*href.*https.*zip.*Retrobatch ([0-9.]*)<.*/\1/g')
|
|
expectedTeamID="WZCN9HJ4VP"
|
|
;;
|