Fixed Typos - Switched to apt

This commit is contained in:
Chase Wright 2017-08-21 21:49:49 -05:00 committed by GitHub
parent 24f39dbe17
commit e4ecf3eda0
1 changed files with 3 additions and 3 deletions

View File

@ -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