mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
378 B
Bash
9 lines
378 B
Bash
splashtopbusiness)
|
|
name="Splashtop Business"
|
|
type="pkgInDmg"
|
|
splashtopbusinessVersions=$(curl -fsL "https://www.splashtop.com/wp-content/themes/responsive/downloadx.php?product=stb&platform=mac-client")
|
|
downloadURL=$(getJSONValue "$splashtopbusinessVersions" "url")
|
|
appNewVersion="${${downloadURL#*INSTALLER_v}%*.dmg}"
|
|
expectedTeamID="CPQQ3AW49Y"
|
|
;;
|