Skip to content

Commit 94b5e42

Browse files
committed
bump up mysql connector version
1 parent 457d0c1 commit 94b5e42

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

1-setup.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ fi
6767

6868
# Query the OS version
6969
source /etc/os-release
70-
ID=$ID
71-
VERSION_ID=$VERSION_ID
72-
VERSION_CODENAME=$VERSION_CODENAME
7370

7471
#######################################################################################################################
7572
# Core setup variables and mandatory inputs - EDIT VARIABLE VALUES TO SUIT ############################################
@@ -90,7 +87,7 @@ GUAC_VERSION="1.5.5"
9087
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}"
9188

9289
# MySQL Connector/J version to install
93-
MYSQLJCON="8.4.0"
90+
MYSQLJCON="9.1.0"
9491
MYSQLJCON_SOURCE_LINK="https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-j-${MYSQLJCON}.tar.gz"
9592

9693
# Provide a specific MySQL version e.g. 11.1.2 or leave blank "" to use distro default MySQL packages.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# 🥑 Easy Guacamole Jump-Host Builder
3+
# 🥑 Easy Guacamole Installer
44

55
</div>
66

upgrade-guacamole.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ chown -R $SUDO_USER:root $DOWNLOAD_DIR
5353
NEW_GUAC_VERSION="1.5.5"
5454

5555
# MySQL Connector/J version. See https://dev.mysql.com/downloads/connector/j/ for latest version number.
56-
NEW_MYSQLJCON="8.4.0"
56+
NEW_MYSQLJCON="9.1.0"
5757

5858
# Get the currently installed Tomcat version.
5959
TOMCAT_VERSION=$(ls /etc/ | grep tomcat)

0 commit comments

Comments
 (0)