From 497ac5f102eef1a186c9506631ec7606ad62053a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 4 Mar 2017 21:19:30 -0700 Subject: [PATCH] Update nginx.sh --- debian/resources/nginx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/resources/nginx.sh b/debian/resources/nginx.sh index afad51c..6ac9304 100755 --- a/debian/resources/nginx.sh +++ b/debian/resources/nginx.sh @@ -14,10 +14,10 @@ verbose "Installing the web server" arch=$(uname -m) real_os=$(lsb_release -is) codename=$(lsb_release -cs) -if [ ."$cpu_architecture" = ."arm" ]; then +#if [ ."$cpu_architecture" = ."arm" ]; then #9.x - */stretch/ #8.x - */jessie/ -fi +#fi if [ ."$php_version" = ."5" ]; then #verbose "Switching forcefully to php5* packages" which add-apt-repository || apt-get install -y software-properties-common