Update mariadb_setup.sh

pull/40/head
tteckster 2022-02-13 16:54:01 -05:00 committed by GitHub
parent b4467dd8d2
commit 722cc313f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash &>/dev/
apt-get update >/dev/null apt-get update >/dev/null
apt-get install -y mariadb-server &>/dev/null apt-get install -y mariadb-server &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Adminer... \e[0m"
sudo apt install adminer -y &>/dev/null
sudo a2enconf adminer &>/dev/null
sudo systemctl reload apache2 &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m" echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"
rm /etc/motd rm /etc/motd
rm /etc/update-motd.d/10-uname rm /etc/update-motd.d/10-uname