mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-13 18:02:32 +00:00
bump to Guac 1.5.5 and mysql connector j 8.3.0
This commit is contained in:
parent
bbcda22b83
commit
2717c8d3a6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue