Skip to content

Instantly share code, notes, and snippets.

@danielcosta
Created July 10, 2017 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielcosta/fadcdfabc5761cdb17a8a14f04002649 to your computer and use it in GitHub Desktop.
Save danielcosta/fadcdfabc5761cdb17a8a14f04002649 to your computer and use it in GitHub Desktop.
Install Teamviewer on Debian
sudo dpkg --add-architecture i386
sudo apt update
cd ~/Downloads
curl -L -o teamviewer_i386.deb "https://download.teamviewer.com/download/teamviewer_i386.deb"
sudo apt install -y ./teamviewer_i386.deb
rm teamviewer_i386.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment