Skip to content

Instantly share code, notes, and snippets.

@ifahadone
Created April 23, 2022 02:19
Show Gist options
  • Save ifahadone/39d9e269d606e8aae2f3ff3f6f265f9f to your computer and use it in GitHub Desktop.
Save ifahadone/39d9e269d606e8aae2f3ff3f6f265f9f to your computer and use it in GitHub Desktop.
Installation command for anydesk
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