mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02:00
Quick Fix SERVER for Debian
Closes #27 Need to write better fix when I get time
This commit is contained in:
parent
e460822772
commit
5cc42e949e
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Version numbers of Guacamole and MySQL Connector/J to download
|
# Version numbers of Guacamole and MySQL Connector/J to download
|
||||||
VERSION="0.9.14"
|
GUACVERSION="0.9.14"
|
||||||
MCJVERSION="5.1.45"
|
MCJVERSION="5.1.45"
|
||||||
|
|
||||||
# Update apt so we can search apt-cache for newest tomcat version supported
|
# 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
|
# Set SERVER to be the preferred download server from the Apache CDN
|
||||||
SERVER="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${VERSION}"
|
SERVER="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${VERSION}"
|
||||||
|
|
||||||
|
# Quick Fix SERVER
|
||||||
|
SERVER=$GUACSERVER
|
||||||
|
|
||||||
# Download Guacamole Server
|
# Download Guacamole Server
|
||||||
wget -O guacamole-server-${VERSION}.tar.gz ${SERVER}/source/guacamole-server-${VERSION}.tar.gz
|
wget -O guacamole-server-${VERSION}.tar.gz ${SERVER}/source/guacamole-server-${VERSION}.tar.gz
|
||||||
if [ ! -f ./guacamole-server-${VERSION}.tar.gz ]; then
|
if [ ! -f ./guacamole-server-${VERSION}.tar.gz ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user