From 23df3c91e14a89e2a624af80ea5a63829ca95d24 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Mon, 2 Jan 2017 11:05:49 -0600 Subject: [PATCH] Added curl just in case Some users have reported that curl is sometimes not installed (weird) --- docker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')