1
0
mirror of https://github.com/tteck/Proxmox.git synced 2025-07-06 09:30:04 +02:00

Update mariadb_setup.sh

This commit is contained in:
tteck
2021-08-16 19:08:54 -04:00
committed by GitHub
parent 454910c749
commit a9ca062d37

@ -32,7 +32,7 @@ apt-get autoremove >/dev/null
# Update container OS
msg "Updating container OS..."
apt-get update >/dev/null
apt-get --allow-releaseinfo-change update >/dev/null
apt-get -qqy upgrade &>/dev/null
# Install prerequisites
@ -43,7 +43,7 @@ apt-get -qqy install \
# Installing MariaDB
msg "Installing MariaDB..."
sudo apt-get update >/dev/null
sudo apt-get --allow-releaseinfo-change update >/dev/null
sudo apt-get install -y mariadb-server &>/dev/null
# Customize container