Quick Fix SERVER for Debian

Closes #27
Need to write better fix when I get time
This commit is contained in:
Chase Wright 2018-01-20 16:54:25 -05:00 committed by GitHub
parent e460822772
commit 5cc42e949e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Version numbers of Guacamole and MySQL Connector/J to download
VERSION="0.9.14"
GUACVERSION="0.9.14"
MCJVERSION="5.1.45"
# Update apt so we can search apt-cache for newest tomcat version supported
@ -87,6 +87,9 @@ fi
# Set SERVER to be the preferred download server from the Apache CDN
SERVER="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${VERSION}"
# Quick Fix SERVER
SERVER=$GUACSERVER
# Download Guacamole Server
wget -O guacamole-server-${VERSION}.tar.gz ${SERVER}/source/guacamole-server-${VERSION}.tar.gz
if [ ! -f ./guacamole-server-${VERSION}.tar.gz ]; then