mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-15 02:35:49 +00:00
bump up mysql connector version
This commit is contained in:
parent
457d0c122d
commit
94b5e421f6
3 changed files with 3 additions and 6 deletions
|
|
@ -67,9 +67,6 @@ fi
|
||||||
|
|
||||||
# Query the OS version
|
# Query the OS version
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
ID=$ID
|
|
||||||
VERSION_ID=$VERSION_ID
|
|
||||||
VERSION_CODENAME=$VERSION_CODENAME
|
|
||||||
|
|
||||||
#######################################################################################################################
|
#######################################################################################################################
|
||||||
# Core setup variables and mandatory inputs - EDIT VARIABLE VALUES TO SUIT ############################################
|
# Core setup variables and mandatory inputs - EDIT VARIABLE VALUES TO SUIT ############################################
|
||||||
|
|
@ -90,7 +87,7 @@ GUAC_VERSION="1.5.5"
|
||||||
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}"
|
||||||
|
|
||||||
# MySQL Connector/J version to install
|
# MySQL Connector/J version to install
|
||||||
MYSQLJCON="8.4.0"
|
MYSQLJCON="9.1.0"
|
||||||
MYSQLJCON_SOURCE_LINK="https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-j-${MYSQLJCON}.tar.gz"
|
MYSQLJCON_SOURCE_LINK="https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-j-${MYSQLJCON}.tar.gz"
|
||||||
|
|
||||||
# Provide a specific MySQL version e.g. 11.1.2 or leave blank "" to use distro default MySQL packages.
|
# Provide a specific MySQL version e.g. 11.1.2 or leave blank "" to use distro default MySQL packages.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# 🥑 Easy Guacamole Jump-Host Builder
|
# 🥑 Easy Guacamole Installer
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ chown -R $SUDO_USER:root $DOWNLOAD_DIR
|
||||||
NEW_GUAC_VERSION="1.5.5"
|
NEW_GUAC_VERSION="1.5.5"
|
||||||
|
|
||||||
# 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.4.0"
|
NEW_MYSQLJCON="9.1.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