Update wordpress_install_2.sh
This commit is contained in:
parent
408f36e4d3
commit
9a99f841bc
|
@ -4,7 +4,6 @@ sudo apt install php wget unzip -y
|
|||
sudo wget https://wordpress.org/latest.zip
|
||||
sudo unzip latest.zip
|
||||
cd wordpress
|
||||
sudo mkdir /var/www/html
|
||||
sudo cp -r * /var/www/html
|
||||
cd /var/www/html
|
||||
sudo rm -rf index.html
|
||||
|
|
Loading…
Reference in New Issue