experimental
Anthony Axenov 2022-02-01 14:43:09 +08:00
parent d175b6ee3b
commit 118a4da535
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
echo
echo "==============================================="
echo "Installing anydesk..."
echo "==============================================="
echo
# http://deb.anydesk.com/howto.html
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
sudo apt install anydesk