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

0.9.13 update (#10)

* Update guac-install-server.sh

* Update guac-upgrade.sh

* Update guac-install.sh

* Update docker-install.sh
This commit is contained in:
Chase Wright
2017-08-01 08:12:56 -05:00
committed by GitHub
parent 623c6c652f
commit 6cb350b102
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Version Numbers of Guacamole and MySQL Connection/J to download
VERSION="0.9.12"
VERSION="0.9.13"
MCJVERSION = "5.1.43"
SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")')