1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-06-28 20:13:33 +02:00

Update README.md

This commit is contained in:
Chase Wright
2021-01-27 08:38:55 -06:00
committed by GitHub
parent ee277809b4
commit a91f757b67

View File

@ -7,7 +7,7 @@ sudo apt-get update
sudo apt-get install freerdp2-dev freerdp2-x11
```
## NOTE: Debian 10 users having issues with RDP have reported the following fix:
## NOTE: Debian users having issues with RDP have reported the following fix:
```
sudo bash -c 'echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list.d/backports.list'
sudo apt update