Created
April 23, 2022 02:19
-
-
Save ifahadone/39d9e269d606e8aae2f3ff3f6f265f9f to your computer and use it in GitHub Desktop.
Installation command for anydesk
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
anydeskInstall () { | |
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add - | |
echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list | |
apt update | |
apt install -y anydesk | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment