Update mariadb_setup.sh

This commit is contained in:
tteckster 2022-01-30 05:12:10 -05:00 committed by GitHub
parent 3c51252ad3
commit 0ae3294876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ apt-get -qqy upgrade &>/dev/null
# Install prerequisites
msg "Installing Prerequisites..."
apt-get update &>/dev/null
apt-get -qqy install \
curl \
sudo &>/dev/null