Delete wordpress_install_2.sh

This commit is contained in:
RomanNum3ral 2025-05-29 21:11:01 +00:00
parent cd2c267ba4
commit fbdbe8a5d3
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#!/bin/bash
sudo apt install php wget unzip -y
sudo wget https://wordpress.org/latest.zip
sudo unzip latest.zip
cd wordpress
sudo cp -r * /var/www/html
cd /var/www/html
sudo rm -rf index.html
sudo apt install php-mysql php-cgi php-cli php-gd -y
sudo systemctl restart apache2
sudo chown -R www-data:www-data /var/www/
sudo mysql -u root -p