From b303090a33e0b550c0c417e3165f068485c6fc50 Mon Sep 17 00:00:00 2001 From: josh Date: Tue, 28 Nov 2017 22:04:11 -0700 Subject: [PATCH] Update 'install.sh' --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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