mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
7 lines
336 B
Bash
7 lines
336 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"
|
|
;; |