mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-14 22:47:14 +01:00
Update docker-install.sh
Update to default-mysql-client
This commit is contained in:
parent
cef02d5633
commit
552f50eaf4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user