From f83a5f6c0bbd37b221ac2e41d12e6cfb362243f5 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 16 Sep 2019 17:46:51 -0400 Subject: [PATCH] Update common.sh --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index fcd8d15..865f8d4 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -18,7 +18,7 @@ elif [ $version -eq 8 ]; then else version_msg="Raspbian earlier than 8.0 (Wheezy)" webroot_dir="/var/www" - php_package="php7.3-cgi" + php_package="php5-cgi" fi phpcgiconf=""