Browse Source

Add zip and nginx

master
josh 7 years ago
parent
commit
8b3c6c3457
  1. 2
      install.sh

2
install.sh

@ -3,3 +3,5 @@ wget https://wordpress.org/latest.zip
mkdir /var/www/wordpress
unzip latest.zip /var/www/wordpress/
sudo apt-get install php7.0-fpm php-xml php-xmlrpc fail2ban
sudo apt-get install zip nginx
Loading…
Cancel
Save