Upgrade 1.5

This commit is contained in:
Goten 2023-02-20 15:43:10 +01:00 committed by GitHub
parent cce8f2b5a8
commit e50d7e705f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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.4.0"
GUACVERSION="1.5.0"
# Colors to use for output
YELLOW='\033[1;33m'