1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-07-03 16:33:33 +02:00

Updated to support guacamole 1.4.0 and updated the guac-install.server.sh script some. (#208)

This commit is contained in:
SoulSeekkor
2022-01-05 20:00:05 -06:00
committed by GitHub
parent b74ca7df5b
commit 7439869bfc
4 changed files with 16 additions and 16 deletions

View File

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