1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-06-28 15:33:33 +02:00

docker-ce

Closes #42
This commit is contained in:
Chase Wright
2018-04-01 10:00:47 -05:00
committed by GitHub
parent 169058d029
commit 7859f231d3

View File

@ -50,7 +50,7 @@ fi
#Install Stuff
apt-get update
apt-get -y install docker.io mysql-client wget
apt-get -y install docker-ce mysql-client wget
# Set SERVER to be the preferred download server from the Apache CDN
SERVER="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUACVERSION}"