mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
291 B
Bash
8 lines
291 B
Bash
muzzle)
|
|
name="Muzzle"
|
|
type="zip"
|
|
downloadURL="https://muzzleapp.com/binaries/muzzle.zip"
|
|
appNewVersion=$(curl -fs https://muzzleapp.com/updates/ | grep -io 'h2.*Version.* [0-9.]*.*h2' | head -1 | sed -E 's/.*ersion *([0-9.]*).*/\1/g')
|
|
expectedTeamID="49EYHPJ4Q3"
|
|
;;
|