mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 17:26:41 +01:00 
			
		
		
		
	Quick Fix SERVER for Debian
Closes #27 Need to write better fix when I get time
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user