From 4600e133ff3f004d127bfaee43a6dbfffca58582 Mon Sep 17 00:00:00 2001 From: itiligent Date: Fri, 4 Aug 2023 13:39:49 +1000 Subject: [PATCH] update to install release 1.5.3 --- 1-setup.sh | 2 +- README.md | 6 +++--- upgrade-guac.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/1-setup.sh b/1-setup.sh index 5fd6e0a..93afe96 100644 --- a/1-setup.sh +++ b/1-setup.sh @@ -67,7 +67,7 @@ TMP_DIR=$DOWNLOAD_DIR/tmp GITHUB="https://raw.githubusercontent.com/itiligent/Guacamole-Install/main/" #Version of Guacamole to install -GUAC_VERSION="1.5.2" +GUAC_VERSION="1.5.3" # Set preferred Apache CDN download link GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}" diff --git a/README.md b/README.md index 0f1b232..2abafc6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# **Guacamole 1.5.2 VDI & Jump Server Appliance Builder** +# **Guacamole 1.5.3 VDI & Jump Server Appliance Builder** -A menu based build & install script for Guacamole 1.5.2 with support for SSL reverse proxy, AD integration, multi-factor authentication and further security hardening. +A menu based build & install script for Guacamole 1.5.3 with support for SSL reverse proxy, AD integration, multi-factor authentication and further security hardening. ### **Automatic build, install & config script** @@ -43,7 +43,7 @@ The installer downloads additional scripts for: - Adding a fail2ban lockdown policy for Guacamole `add-fail2ban.sh` - Encrypting internal traffic between the Guacamole client and Guacd daemon with SSL `add-ssl-guac-gaucd.sh` - Integrating with Active Directory (See ACTIVE-DIRECTORY-HOW-TO.md) `add-auth-ldap.sh` -- Adding email alerts via Microsoft365 (uses SMTP auth, requires BYO MS app password) `add-smtp-relay-o365.sh` +- Adding email alerts via Microsoft365 (uses SMTP auth, requires BYO app password) `add-smtp-relay-o365.sh` ## **Installation notes** diff --git a/upgrade-guac.sh b/upgrade-guac.sh index 3a31f34..e4a8adc 100644 --- a/upgrade-guac.sh +++ b/upgrade-guac.sh @@ -41,7 +41,7 @@ echo mkdir -p $DOWNLOAD_DIR # Version of Guacamole to upgrade to -NEW_GUAC_VERSION="1.5.2" +NEW_GUAC_VERSION="1.5.3" # Get the currently installed Tomcat version. TOMCAT_VERSION=$(ls /etc/ | grep tomcat)