anydesk fix

This commit is contained in:
Anthony Axenov 2022-02-01 14:56:03 +08:00
parent 118a4da535
commit ee1417f8b0
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

View File

@ -8,5 +8,5 @@ echo
# http://deb.anydesk.com/howto.html # http://deb.anydesk.com/howto.html
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add - wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
sudo sh -c "echo 'deb http://deb.anydesk.com/ all main'" > /etc/apt/sources.list.d/anydesk-stable.list echo 'deb http://deb.anydesk.com/ all main' | sudo tee /etc/apt/sources.list.d/anydesk-stable.list > /dev/null
sudo apt install anydesk sudo apt update && sudo apt install anydesk