From 8ee0b248347a45854c3a1f836bd3aef23d9539f8 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Sat, 31 Dec 2016 16:44:30 -0600 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc9d4c6..2727bbe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # guac-install -Script for installing Guacamole on Ubuntu +Script for installing Guacamole 0.9.10 on Ubuntu 16.04.1 with MySQL -Installs Guacampole 0.9.9 with MySQL on Ubuntu +Run script, enter MySQL Root Password and Guacample User password. Guacamole User is used to connect the the Guacamole Database. -Run script, enter MySQL Root Password and Guacample User password. Guacample User is used to connect the the Guacample Database. +How to Run +Download file directly from here: +wget https://raw.githubusercontent.com/MysticRyuujin/guac-install/master/guac-install.sh + +Make it executable: +chmod +x guac-install.sh + +Run it as root: +./guac-install.sh