Created
February 3, 2021 11:36
-
-
Save thereisnotime/2fc5b38e1de12880c827edee20fab82a to your computer and use it in GitHub Desktop.
Install AnyDesk on Ubuntu
This file contains hidden or 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
cd /tmp | |
sudo wget https://download.anydesk.com/linux/anydesk_6.1.0-1_amd64.deb | |
sudo dpkg -i anydesk_6.1.0-1_amd64.deb | |
sudo apt install -f | |
sudo apt update | |
anydesk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment