Skip to content

Instantly share code, notes, and snippets.

@nsollazzo
Last active September 2, 2018 14:14
Show Gist options
  • Save nsollazzo/2e6718dc5edc15b5e6ed138141f34ba7 to your computer and use it in GitHub Desktop.
Save nsollazzo/2e6718dc5edc15b5e6ed138141f34ba7 to your computer and use it in GitHub Desktop.
TeamViewer on Ubuntu 18.04 Bionic Beaver Linux
#!/usr/bin/env bash
#TeamViewer on Ubuntu 18.04 Bionic Beaver Linux
sudo apt install gdebi-core
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
sudo gdebi teamviewer_amd64.deb
rm teamviewer_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment