mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-09 13:21:53 +00:00
9 lines
363 B
Bash
9 lines
363 B
Bash
camostudio)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="Camo Studio"
|
|
type="zip"
|
|
downloadURL="https://reincubate.com/res/labs/camo/camo-macos-latest.zip"
|
|
appNewVersion=$(curl -s -L https://reincubate.com/support/camo/release-notes/ | grep -m2 "has-m-t-0" | head -1 | cut -d ">" -f2 | cut -d " " -f1)
|
|
expectedTeamID="Q248YREB53"
|
|
;;
|