Update wordpress_install_2.sh
This commit is contained in:
parent
bded9999b6
commit
0bba742c06
|
@ -5,6 +5,8 @@ sudo wget https://wordpress.org/latest.zip
|
|||
sudo unzip latest.zip
|
||||
cd wordpress
|
||||
sudo cp /wordpress -r * /var/www/html
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue