Created
July 10, 2017 14:23
-
-
Save danielcosta/fadcdfabc5761cdb17a8a14f04002649 to your computer and use it in GitHub Desktop.
Install Teamviewer on Debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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