From 95fc640c11a35db0581a1c50ee084a5612189ede Mon Sep 17 00:00:00 2001 From: Len Date: Sun, 8 Apr 2018 00:40:59 -0400 Subject: [PATCH] Update nginx.sh (#162) --- debian/resources/nginx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/resources/nginx.sh b/debian/resources/nginx.sh index f0b0fe4..3ca917a 100755 --- a/debian/resources/nginx.sh +++ b/debian/resources/nginx.sh @@ -38,7 +38,8 @@ elif [ ."$os_name" = ."Ubuntu" ]; then elif [ ."$cpu_architecture" = ."arm" ]; then #Pi2 and Pi3 Raspbian #Odroid - apt-get -y install apt-transport-https lsb-release ca-certificates + php_version=5 + apt-get -y install apt-transport-https lsb-release ca-certificates wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list' fi