From 2b3695e56db63fc13b476054539576ac78d48f43 Mon Sep 17 00:00:00 2001 From: itiligent Date: Fri, 10 Nov 2023 11:55:56 +1100 Subject: [PATCH] bump up mysql connector version to 8.2.0 --- 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 d5476a7..a0754ac 100644 --- a/1-setup.sh +++ b/1-setup.sh @@ -85,7 +85,7 @@ GITHUB="https://raw.githubusercontent.com/itiligent/Guacamole-Install/main" GUAC_VERSION="1.5.3" # MySQL Connector/J version to install -MYSQLJCON="8.1.0" +MYSQLJCON="8.2.0" # Set preferred Apache CDN download link GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}" diff --git a/upgrade-guac.sh b/upgrade-guac.sh index 48193f4..e58df8e 100644 --- a/upgrade-guac.sh +++ b/upgrade-guac.sh @@ -53,7 +53,7 @@ chown -R $SUDO_USER:root $DOWNLOAD_DIR NEW_GUAC_VERSION="1.5.3" # MySQL Connector/J version. See https://dev.mysql.com/downloads/connector/j/ for latest version number. -NEW_MYSQLJCON="8.1.0" +NEW_MYSQLJCON="8.2.0" # Get the currently installed Tomcat version. TOMCAT_VERSION=$(ls /etc/ | grep tomcat)