Use curl to download custom quick support for Mac
mkennard
Posts: 2
I'm trying to set up clean installs with scripting on the mac and set up teamviewer quicksupport.
Trying to use curl and it seems to want to do a redirect but the url it redirects to seems to expire.
This is the one before the redirect
curl -g https://get.teamviewer.com/xxxxxxx -o /tmp/TeamViewerQS.zip
so I tried (The xxxxx are for my particular custom app)
curl https://customdesign.teamviewer.com/download/version_14x/xxxxxxxxx/TeamViewerQS.zip -o /tmp/TeamViewerQS.zip
Tagged:
0
Comments
-
you need to run curl with the -L argument/ parameter to allow redirect
see my macOS script at https://community.teamviewer.com/English/discussion/comment/112114/#Comment_112114
0