mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
383 B
Bash
10 lines
383 B
Bash
teamviewerqs)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="TeamViewerQS"
|
|
type="dmg"
|
|
downloadURL="https://download.teamviewer.com/download/TeamViewerQS.dmg"
|
|
appNewVersion=$(curl -fs "https://www.teamviewer.com/en/download/mac-os/" | grep "Current version" | cut -d " " -f3 | cut -d "<" -f1)
|
|
appName="TeamViewerQS.app"
|
|
expectedTeamID="H7UGFBUGV6"
|
|
;;
|