From e4d5594d36ef3e21d4ddd17d29bbf1d4561e9667 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Tue, 25 Sep 2018 08:24:52 -0500 Subject: [PATCH] Update README.md No longer broken for 18.04 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 6d0be18..ea9623b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # guac-install Script for installing Guacamole 0.9.14 on Ubuntu 16.04 or newer with MySQL. It should also work on pure Debian >= 7 but I have not tested. Feel free to provide freeback! -**THIS SCRIPT IS BROKEN FOR UBUNTU 18.04 DUE TO A GUACAMOLE/GCC [BUG](http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/Error-quot-make-quot-guacamole-quot-please-help-me-quot-td3831.html#a3837)** - Run script, enter MySQL Root Password and Guacamole User password. Guacamole User is used to connect to the Guacamole Database. The script attempts to install tomcat8 if the available version is 8.5.x or newer, if tomcat8 is only 8.0.x it will fall back to tomcat7. If you want to manually specify a tomcat version there's a commented out line you can modify at line #73. Have at it.