From 722cc313f8801b94d4c58dd74da8b2b3dc45a534 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 13 Feb 2022 16:54:01 -0500 Subject: [PATCH] Update mariadb_setup.sh --- setup/mariadb_setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup/mariadb_setup.sh b/setup/mariadb_setup.sh index c0647d62..455e6e34 100644 --- a/setup/mariadb_setup.sh +++ b/setup/mariadb_setup.sh @@ -57,6 +57,11 @@ curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash &>/dev/ apt-get update >/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" rm /etc/motd rm /etc/update-motd.d/10-uname