Skip to content

Commit

Permalink
bump up mysql connector version
Browse files Browse the repository at this point in the history
  • Loading branch information
itiligent committed Oct 31, 2024
1 parent 457d0c1 commit 94b5e42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions 1-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ fi

# Query the OS version
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 ############################################
Expand All @@ -90,7 +87,7 @@ GUAC_VERSION="1.5.5"
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}"

# 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"

# Provide a specific MySQL version e.g. 11.1.2 or leave blank "" to use distro default MySQL packages.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# 🥑 Easy Guacamole Jump-Host Builder
# 🥑 Easy Guacamole Installer

</div>

Expand Down
2 changes: 1 addition & 1 deletion upgrade-guacamole.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ chown -R $SUDO_USER:root $DOWNLOAD_DIR
NEW_GUAC_VERSION="1.5.5"

# 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.
TOMCAT_VERSION=$(ls /etc/ | grep tomcat)
Expand Down

0 comments on commit 94b5e42

Please sign in to comment.