From 2b566da6d1a1d514546bb2c96a5eae26d12dbcf0 Mon Sep 17 00:00:00 2001 From: jankoschneider <126857852+jankoschneider@users.noreply.github.com> Date: Sat, 4 Mar 2023 22:09:17 +0100 Subject: [PATCH] Update guac-install.sh (#244) To install the new version 1.5.0. Successfully tested under Ubuntu 20.04.5 LTS. --- guac-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-install.sh b/guac-install.sh index 414234a..c5d246e 100755 --- a/guac-install.sh +++ b/guac-install.sh @@ -15,7 +15,7 @@ fi # Version number of Guacamole to install # Homepage ~ https://guacamole.apache.org/releases/ -GUACVERSION="1.4.0" +GUACVERSION="1.5.0" # Latest Version of MySQL Connector/J if manual install is required (if libmariadb-java/libmysql-java is not available via apt) # Homepage ~ https://dev.mysql.com/downloads/connector/j/