mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-14 02:12:31 +00:00
bump up mysql connector version to 8.2.0
This commit is contained in:
parent
377374240c
commit
2b3695e56d
2 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ GITHUB="https://raw.githubusercontent.com/itiligent/Guacamole-Install/main"
|
||||||
GUAC_VERSION="1.5.3"
|
GUAC_VERSION="1.5.3"
|
||||||
|
|
||||||
# MySQL Connector/J version to install
|
# MySQL Connector/J version to install
|
||||||
MYSQLJCON="8.1.0"
|
MYSQLJCON="8.2.0"
|
||||||
|
|
||||||
# Set preferred Apache CDN download link
|
# Set preferred Apache CDN download link
|
||||||
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}"
|
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}"
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ chown -R $SUDO_USER:root $DOWNLOAD_DIR
|
||||||
NEW_GUAC_VERSION="1.5.3"
|
NEW_GUAC_VERSION="1.5.3"
|
||||||
|
|
||||||
# MySQL Connector/J version. See https://dev.mysql.com/downloads/connector/j/ for latest version number.
|
# 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.
|
# Get the currently installed Tomcat version.
|
||||||
TOMCAT_VERSION=$(ls /etc/ | grep tomcat)
|
TOMCAT_VERSION=$(ls /etc/ | grep tomcat)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue