1
0
mirror of https://github.com/MysticRyuujin/guac-install.git synced 2023-10-10 13:36:56 +02:00

Update docker-install.sh

Update to default-mysql-client
This commit is contained in:
Chase Wright 2021-03-15 13:06:18 -05:00 committed by GitHub
parent cef02d5633
commit 552f50eaf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ fi
# Install Stuff
apt-get update
apt-get -y install docker-ce docker-ce-cli containerd.io mysql-client wget
apt-get -y install docker-ce docker-ce-cli containerd.io default-mysql-client wget
if [ $? -ne 0 ]; then
echo "Failed to install apt prerequisites docker-ce docker-ce-cli containerd.io mysql-client wget"