diff --git a/docker-install.sh b/docker-install.sh index 3010efe..1de9855 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -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')