Update 'install.sh'
This commit is contained in:
parent
b75802b8f4
commit
b303090a33
|
@ -2,6 +2,6 @@
|
|||
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 php7.0-fpm php-xml php-xmlrpc fail2ban # Old raspi: php5-fpm php-apc
|
||||
|
||||
sudo apt-get install zip nginx
|
Loading…
Reference in New Issue