mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 10:46:39 +01:00 
			
		
		
		
	Updated Download Location
This commit is contained in:
		| @@ -34,10 +34,10 @@ then | |||||||
| fi | 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=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")') | SERVER="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${VERSION}-incubating" | ||||||
|  |  | ||||||
| # Download Guacamole Files | # Download Guacamole Files | ||||||
| wget ${SERVER}/incubator/guacamole/${VERSION}-incubating/source/guacamole-server-${VERSION}-incubating.tar.gz | wget -O guacamole-server-${VERSION}-incubating.tar.gz ${SERVER}/source/guacamole-server-${VERSION}-incubating.tar.gz | ||||||
|  |  | ||||||
| # Extract Guacamole Files | # Extract Guacamole Files | ||||||
| tar -xzf guacamole-server-${VERSION}-incubating.tar.gz | tar -xzf guacamole-server-${VERSION}-incubating.tar.gz | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user