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

Updated scripts for Guacamole version 1.3.0. (#162)

This commit is contained in:
SoulSeekkor
2021-01-03 09:16:32 -06:00
committed by GitHub
parent 8da14b837b
commit 4e1cbc86bb
5 changed files with 6 additions and 6 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.2.0"
GUACVERSION="1.3.0"
# Get script arguments for non-interactive mode
while [ "$1" != "" ]; do