diff --git a/install.sh b/install.sh index 4d552f4..93d8829 100644 --- a/install.sh +++ b/install.sh @@ -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 \ No newline at end of file