mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-13 18:02:32 +00:00
bump up to Guac version 1.5.4
This commit is contained in:
parent
8cad9dcbc1
commit
686672920f
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ mkdir -p $DB_BACKUP_DIR
|
|||
GITHUB="https://raw.githubusercontent.com/itiligent/Guacamole-Install/main"
|
||||
|
||||
# Version of Guacamole to install
|
||||
GUAC_VERSION="1.5.3"
|
||||
GUAC_VERSION="1.5.4"
|
||||
|
||||
# MySQL Connector/J version to install
|
||||
MYSQLJCON="8.2.0"
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ mkdir -p $DOWNLOAD_DIR
|
|||
chown -R $SUDO_USER:root $DOWNLOAD_DIR
|
||||
|
||||
# Version of Guacamole to upgrade to. See https://guacamole.apache.org/releases/ for latest version info.
|
||||
NEW_GUAC_VERSION="1.5.3"
|
||||
NEW_GUAC_VERSION="1.5.4"
|
||||
|
||||
# MySQL Connector/J version. See https://dev.mysql.com/downloads/connector/j/ for latest version number.
|
||||
NEW_MYSQLJCON="8.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue