mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02:00
Tomcat 7 & MCJVERSION Update
This commit is contained in:
parent
5144fa9d49
commit
8b6519fa01
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
# Version Numbers of Guacamole and MySQL Connector/J to download
|
# Version Numbers of Guacamole and MySQL Connector/J to download
|
||||||
VERSION="0.9.13"
|
VERSION="0.9.13"
|
||||||
MCJVERSION="5.1.43"
|
MCJVERSION="5.1.44"
|
||||||
|
|
||||||
# I'm assuming tomcat8, you can change it here...
|
# I'm assuming tomcat7, you can change it here...
|
||||||
TOMCAT="tomcat8"
|
TOMCAT="tomcat7"
|
||||||
|
|
||||||
SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")')
|
SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user