From 8b3c6c3457975ee342d8d78c589d9200956e0054 Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 25 Jun 2017 21:48:26 -0600 Subject: [PATCH] Add zip and nginx --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 8b4233b..4d552f4 100644 --- a/install.sh +++ b/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 \ No newline at end of file