mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 10:36:40 +01:00 
			
		
		
		
	added apt-get update and build-essential
This commit is contained in:
		| @@ -7,7 +7,8 @@ read -s -p "Enter the password that will be used for MySQL Root: " MYSQLROOTPASS | |||||||
| 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 | ||||||
|  |  | ||||||
| #Install Stuff | #Install Stuff | ||||||
| apt-get install docker.io mysql-client wget jq curl | apt-get update | ||||||
|  | apt-get install build-essential docker.io mysql-client wget jq curl | ||||||
|  |  | ||||||
| # Download the guacamole auth files for MySQL | # Download the guacamole auth files for MySQL | ||||||
| SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred') | SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user