mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2025-06-28 16:13:32 +02:00
Update docker-install.sh
Update to default-mysql-client
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user