From 8c1c9602563f97823301e898235ba2c0985c8737 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 21:38:16 -0700 Subject: [PATCH] Update 'scripts/mariadbinstall.sh' --- scripts/mariadbinstall.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/scripts/mariadbinstall.sh b/scripts/mariadbinstall.sh index 6bbfb69..c7e9f77 100644 --- a/scripts/mariadbinstall.sh +++ b/scripts/mariadbinstall.sh @@ -23,14 +23,4 @@ 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 - -while [ "$go" != 'y' ] && [ "$go" != 'n' ]; do - read -p "Would you also like to install phpMyAdmin? (y/n) " go -done - -if [ "$go" == 'n' ]; then - exit -fi - -wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh \ No newline at end of file +sudo mysql_secure_installation \ No newline at end of file