Update guac-install.sh (#244)

To install the new version 1.5.0.
Successfully tested under Ubuntu 20.04.5 LTS.
This commit is contained in:
jankoschneider 2023-03-04 22:09:17 +01:00 committed by GitHub
parent 0433b1d8c6
commit 2b566da6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/