mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 07:36:39 +01:00 
			
		
		
		
	Add note for Debian Users FreeRDP Backport
This commit is contained in:
		| @@ -7,6 +7,13 @@ sudo apt-get update | |||||||
| sudo apt-get install freerdp2-dev freerdp2-x11 | sudo apt-get install freerdp2-dev freerdp2-x11 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|  | ## NOTE: Debian 10 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 | ||||||
|  | sudo apt -y -t buster-backports install freerdp2-dev | ||||||
|  | ``` | ||||||
|  |  | ||||||
| Script for installing Guacamole 1.3.0 on Ubuntu 16.04 or newer (with MySQL, or remote MySQL). It should also work on pure [Debian](https://www.debian.org/), [Raspbian](https://www.raspberrypi.org/downloads/raspbian/), [Linux Mint](https://linuxmint.com/) (18/LMDE 4 or newer) or [Kali Linux](https://www.kali.org/). I have tested this with Debian 10.3.0 (Buster). **If other versions don't work please open an issue.** It is likely due to a required library having a different name. | Script for installing Guacamole 1.3.0 on Ubuntu 16.04 or newer (with MySQL, or remote MySQL). It should also work on pure [Debian](https://www.debian.org/), [Raspbian](https://www.raspberrypi.org/downloads/raspbian/), [Linux Mint](https://linuxmint.com/) (18/LMDE 4 or newer) or [Kali Linux](https://www.kali.org/). I have tested this with Debian 10.3.0 (Buster). **If other versions don't work please open an issue.** It is likely due to a required library having a different name. | ||||||
|  |  | ||||||
| Run script, enter MySQL Root Password and Guacamole User password. Guacamole User is used to connect to the Guacamole Database. | Run script, enter MySQL Root Password and Guacamole User password. Guacamole User is used to connect to the Guacamole Database. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user