Merge pull request #635 from CleanMachine1/patch-2

Updated Anydesk rpi to most recent version
pull/637/head
Botspot 4 years ago committed by GitHub
commit 42a73b70db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,11 +8,11 @@ function error {
}
#file name for future updates
filename='anydesk_6.0.1-1_armhf'
filename='anydesk_6.1.1-1_armhf'
#download the deb file
wget https://download.anydesk.com/rpi/${filename}.deb || error "Failed to downloading file. Make sure 'wget' is installed and verify your Internet Network Connection"
# Installing the software with permissions
sudo apt install -y --fix-broken ~/${filename}.deb || error "Failed to install it using gdebi"
sudo apt install -y --fix-broken ~/${filename}.deb || error "Failed to install deb file"

Loading…
Cancel
Save