File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 6767
6868# Query the OS version
6969source /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"
9087GUAC_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"
9491MYSQLJCON_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.
Original file line number Diff line number Diff line change 11<div align =" center " >
22
3- # 🥑 Easy Guacamole Jump-Host Builder
3+ # 🥑 Easy Guacamole Installer
44
55</div >
66
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ chown -R $SUDO_USER:root $DOWNLOAD_DIR
5353NEW_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.
5959TOMCAT_VERSION=$( ls /etc/ | grep tomcat)
You can’t perform that action at this time.
0 commit comments