Delete wordpress_install_1.sh

This commit is contained in:
RomanNum3ral 2025-05-29 21:10:57 +00:00
parent ab2c14c67e
commit cd2c267ba4
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/bin/bash
sudo apt update && sudo apt upgrade -y
sudo apt install apache2 -y
sudo apt install mariadb-server mariadb-client -y
sudo systemctl start mariadb
sudo mysql_secure_installation