Update to Version 1.5.4 (#264)

* Update README.md

Update to Version 1.5.4

* Update docker-install.sh

Updated to version 1.5.4

* Update guac-install-server.sh

Update to version 1.5.4

* Update guac-install.sh

Update to version 1.5.4

* Update guac-upgrade.sh
This commit is contained in:
wtaylor803
2024-01-18 22:02:47 -05:00
committed by GitHub
parent f403dcf10a
commit 762ce5145b
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ sudo apt update
sudo apt -y -t buster-backports install freerdp2-dev libpulse-dev sudo apt -y -t buster-backports install freerdp2-dev libpulse-dev
``` ```
Script for installing Guacamole 1.5.3 on Ubuntu 16.04 or newer (with MySQL, or remote MySQL). It should also work on pure [Debian](https://www.debian.org/), [Raspbian](https://www.raspberrypi.org/downloads/raspbian/), [Linux Mint](https://linuxmint.com/) (18/LMDE 4 or newer) or [Kali Linux](https://www.kali.org/). I have tested this with Debian 10.3.0 (Buster). **If other versions don't work please open an issue.** It is likely due to a required library having a different name. Script for installing Guacamole 1.5.4 on Ubuntu 16.04 or newer (with MySQL, or remote MySQL). It should also work on pure [Debian](https://www.debian.org/), [Raspbian](https://www.raspberrypi.org/downloads/raspbian/), [Linux Mint](https://linuxmint.com/) (18/LMDE 4 or newer) or [Kali Linux](https://www.kali.org/). I have tested this with Debian 10.3.0 (Buster). **If other versions don't work please open an issue.** It is likely due to a required library having a different name.
Run script, enter MySQL Root Password and Guacamole User password. Guacamole User is used to connect to the Guacamole Database. Be sure to save these! Run script, enter MySQL Root Password and Guacamole User password. Guacamole User is used to connect to the Guacamole Database. Be sure to save these!

View File

@@ -4,7 +4,7 @@
if ! [ $(id -u) = 0 ]; then echo "Please run this script as sudo or root"; exit 1 ; fi if ! [ $(id -u) = 0 ]; then echo "Please run this script as sudo or root"; exit 1 ; fi
# Version number of Guacamole to install # Version number of Guacamole to install
GUACVERSION="1.5.3" GUACVERSION="1.5.4"
# Initialize variable values # Initialize variable values
installTOTP="" installTOTP=""

View File

@@ -4,7 +4,7 @@
if ! [ $(id -u) = 0 ]; then echo "Please run this script as sudo or root"; exit 1 ; fi if ! [ $(id -u) = 0 ]; then echo "Please run this script as sudo or root"; exit 1 ; fi
# Version number of Guacamole to install # Version number of Guacamole to install
GUACVERSION="1.5.3" GUACVERSION="1.5.4"
# Different version of Ubuntu/Linux Mint and Debian have different package names... # Different version of Ubuntu/Linux Mint and Debian have different package names...
source /etc/os-release source /etc/os-release

View File

@@ -15,7 +15,7 @@ fi
# Version number of Guacamole to install # Version number of Guacamole to install
# Homepage ~ https://guacamole.apache.org/releases/ # Homepage ~ https://guacamole.apache.org/releases/
GUACVERSION="1.5.3" GUACVERSION="1.5.4"
# Latest Version of MySQL Connector/J if manual install is required (if libmariadb-java/libmysql-java is not available via apt) # Latest Version of MySQL Connector/J if manual install is required (if libmariadb-java/libmysql-java is not available via apt)
# Homepage ~ https://dev.mysql.com/downloads/connector/j/ # Homepage ~ https://dev.mysql.com/downloads/connector/j/

View File

@@ -4,7 +4,7 @@
if ! [ $(id -u) = 0 ]; then echo "Please run this script as sudo or root"; exit 1 ; fi if ! [ $(id -u) = 0 ]; then echo "Please run this script as sudo or root"; exit 1 ; fi
# Version number of Guacamole to install # Version number of Guacamole to install
GUACVERSION="1.5.3" GUACVERSION="1.5.4"
# Colors to use for output # Colors to use for output
YELLOW='\033[1;33m' YELLOW='\033[1;33m'