Answers for "anydesk linux install download"

0

anydesk linux install download

sudo -i

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 anydesk
Posted by: Guest on September-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language