From 22fb34371a569e71b00b65cfe8649ef5bcaf6138 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 21:39:21 -0700 Subject: [PATCH] Update 'scripts/mariadbinstall.sh' --- scripts/mariadbinstall.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/mariadbinstall.sh b/scripts/mariadbinstall.sh index c7e9f77..ebcbc51 100644 --- a/scripts/mariadbinstall.sh +++ b/scripts/mariadbinstall.sh @@ -23,4 +23,6 @@ echo "6. Remove test database and access to it? Y" echo "7. Reload privilege tables now? Y" echo -e "==================================================================" sleep 5 -sudo mysql_secure_installation \ No newline at end of file +sudo mysql_secure_installation + +echo "If you want to install phpMyAdmin run wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh" \ No newline at end of file