Update 'scripts/mariadbinstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-19 21:38:16 -07:00
parent 3e3a0f7bfc
commit 8c1c960256

View File

@ -24,13 +24,3 @@ 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