From e4ecf3eda02bf9f1ad0ec2a6bf6b4e2aaa62896d Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Mon, 21 Aug 2017 21:49:49 -0500 Subject: [PATCH] Fixed Typos - Switched to apt --- docker-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-install.sh b/docker-install.sh index 921bccf..8274591 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -9,13 +9,13 @@ read -s -p "Enter the password that will be used for the Guacamole database: " G echo #Install Stuff -apt-get update -apt-get -qq -y install docker.io mysql-client wget jq curl +apt update +apt -y install docker.io mysql-client wget jq curl # Get perfered download server SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")') -# Download the guacamole auth files for MySQL +# Download the Guacamole auth files for MySQL wget ${SERVER}/incubator/guacamole/${VERSION}-incubating/binary/guacamole-auth-jdbc-${VERSION}-incubating.tar.gz tar -xzf guacamole-auth-jdbc-${VERSION}-incubating.tar.gz