From 686672920fc3ef8e1333429943df80469241c57b Mon Sep 17 00:00:00 2001 From: itiligent Date: Thu, 21 Dec 2023 16:39:23 +1100 Subject: [PATCH] bump up to Guac version 1.5.4 --- 1-setup.sh | 2 +- upgrade-guac.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1-setup.sh b/1-setup.sh index 97c4e4a..81fa190 100644 --- a/1-setup.sh +++ b/1-setup.sh @@ -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" diff --git a/upgrade-guac.sh b/upgrade-guac.sh index e58df8e..c78f81a 100644 --- a/upgrade-guac.sh +++ b/upgrade-guac.sh @@ -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"