update script to install mysql
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user