1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2024-11-22 17:37:13 +01:00

Tomcat 7 & MCJVERSION Update

This commit is contained in:
Chase Wright 2017-11-12 11:11:22 -06:00 committed by GitHub
parent 5144fa9d49
commit 8b6519fa01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
# Version Numbers of Guacamole and MySQL Connector/J to download
VERSION="0.9.13"
MCJVERSION="5.1.43"
MCJVERSION="5.1.44"
# I'm assuming tomcat8, you can change it here...
TOMCAT="tomcat8"
# I'm assuming tomcat7, you can change it here...
TOMCAT="tomcat7"
SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")')