bump up to Guac version 1.5.4

This commit is contained in:
itiligent 2023-12-21 16:39:23 +11:00
parent 8cad9dcbc1
commit 686672920f
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ mkdir -p $DB_BACKUP_DIR
GITHUB="https://raw.githubusercontent.com/itiligent/Guacamole-Install/main"
# Version of Guacamole to install
GUAC_VERSION="1.5.3"
GUAC_VERSION="1.5.4"
# MySQL Connector/J version to install
MYSQLJCON="8.2.0"

View file

@ -50,7 +50,7 @@ mkdir -p $DOWNLOAD_DIR
chown -R $SUDO_USER:root $DOWNLOAD_DIR
# Version of Guacamole to upgrade to. See https://guacamole.apache.org/releases/ for latest version info.
NEW_GUAC_VERSION="1.5.3"
NEW_GUAC_VERSION="1.5.4"
# MySQL Connector/J version. See https://dev.mysql.com/downloads/connector/j/ for latest version number.
NEW_MYSQLJCON="8.2.0"