mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
337 B
Bash
8 lines
337 B
Bash
vimac)
|
|
name="Vimac"
|
|
type="zip"
|
|
downloadURL=$(curl -fs "https://vimacapp.com/latest-release-metadata" | tr ',' '\n' | awk -F\" '/download_url/ {print $4}')
|
|
appNewVersion=$(curl -fs "https://vimacapp.com/latest-release-metadata" | tr ',' '\n' | awk -F\" '/short_version/ {print $4}')
|
|
expectedTeamID="LQ2VH8VB84"
|
|
;;
|