Skip to content

Commit

Permalink
bump to Guac 1.5.5 and mysql connector j 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itiligent committed Apr 18, 2024
1 parent bbcda22 commit 2717c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ mkdir -p $DB_BACKUP_DIR
GITHUB="https://raw.githubusercontent.com/itiligent/Guacamole-Install/main"

# Version of Guacamole to install
GUAC_VERSION="1.5.4"
GUAC_VERSION="1.5.5"

# MySQL Connector/J version to install
MYSQLJCON="8.2.0"
MYSQLJCON="8.3.0"
MYSQLJCON_LINK="https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-j-${MYSQLJCON}.tar.gz"

# Set preferred Apache CDN download link
Expand Down

0 comments on commit 2717c8d

Please sign in to comment.