1
0
mirror of https://github.com/MysticRyuujin/guac-install.git synced 2023-10-10 13:36:56 +02:00

Added curl just in case

Some users have reported that curl is sometimes not installed (weird)
This commit is contained in:
Chase Wright 2017-01-02 11:05:49 -06:00 committed by GitHub
parent b00d8826a0
commit 23df3c91e1

View File

@ -5,7 +5,7 @@ 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
#Install Stuff
apt-get install docker.io mysql-client wget jq
apt-get install docker.io mysql-client wget jq curl
# Download the guacamole auth files for MySQL
SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred')