Update mariadb_setup.sh

This commit is contained in:
tteckster 2022-01-21 15:45:06 -05:00 committed by GitHub
parent eba894d699
commit 32af2a0b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ apt-get -qqy install \
# Installing MariaDB
msg "Installing MariaDB..."
sudo apt-get update >/dev/null
sudo apt-get install -y mariadb-server &>/dev/null
#sudo apt-get update >/dev/null
#sudo apt-get install -y mariadb-server &>/dev/null
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash &>/dev/null
# Customize container
msg "Customizing container..."
rm /etc/motd # Remove message of the day after login