mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 10:46:39 +01:00 
			
		
		
		
	0.9.13 update (#10)
* Update guac-install-server.sh * Update guac-upgrade.sh * Update guac-install.sh * Update docker-install.sh
This commit is contained in:
		| @@ -1,7 +1,7 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
| # WORKING ON UBUNTU 16.04 LTS | # WORKING ON UBUNTU 16.04 LTS | ||||||
|  |  | ||||||
| VERSION="0.9.12" | VERSION="0.9.13" | ||||||
|  |  | ||||||
| read -s -p "Enter the password that will be used for MySQL Root: " MYSQLROOTPASSWORD | read -s -p "Enter the password that will be used for MySQL Root: " MYSQLROOTPASSWORD | ||||||
| read -s -p "Enter the password that will be used for the Guacamole database: " GUACDBUSERPASSWORD | read -s -p "Enter the password that will be used for the Guacamole database: " GUACDBUSERPASSWORD | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  |  | ||||||
| VERSION="0.9.12" | VERSION="0.9.13" | ||||||
|  |  | ||||||
| # Ubuntu and Debian have different names of the libjpeg-turbo library for some reason... | # Ubuntu and Debian have different names of the libjpeg-turbo library for some reason... | ||||||
| if [ `egrep -c "ID=ubuntu" /etc/os-release` -gt 0 ] | if [ `egrep -c "ID=ubuntu" /etc/os-release` -gt 0 ] | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  |  | ||||||
| # Version Numbers of Guacamole and MySQL Connection/J to download | # Version Numbers of Guacamole and MySQL Connection/J to download | ||||||
| VERSION="0.9.12" | VERSION="0.9.13" | ||||||
| MCJVERSION="5.1.43" | MCJVERSION="5.1.43" | ||||||
|  |  | ||||||
| # Grab a password for MySQL Root | # Grab a password for MySQL Root | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| # Version Numbers of Guacamole and MySQL Connection/J to download | # Version Numbers of Guacamole and MySQL Connection/J to download | ||||||
| VERSION="0.9.12" | VERSION="0.9.13" | ||||||
| MCJVERSION = "5.1.43" | MCJVERSION = "5.1.43" | ||||||
|  |  | ||||||
| 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("/")') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user