Hi all,
I need to deploy teamviewer silently on linux hosts (Ubuntu 18.04). The steps I used are:
1. Add repository: "deb [arch=amd64] http://linux.teamviewer.com/deb stable main"
2. Add repository key : https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc
3. Install : apt update && apt install teamviewer
4. start "teamviewer setup", and the result is:
Device is not assigned to an account. Please run interactive setup.
What am I doing wrong?
What is the solution to deploy on Linux silently ?
Thank you in advance for you answers...