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)