update script to install mysql

This commit is contained in:
2021-10-28 22:37:02 -03:00
parent d53c773f4a
commit 20bd5cfa3e
+3
View File
@@ -34,6 +34,9 @@ do
"server")
echo "proceed to install server"
sudo apt install mariadb-server
echo "now we will proceed with the secure instalaltion and configuration of the database"
echo "you can answer in order: n - y - y - y - y."
read -p "Press enter to continue"
sudo mysql_secure_installation
echo localhost >> ~/.librography/ipserver