From 8519771c0f5b6fec6211819103b7436105857b36 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 16 Sep 2019 17:41:59 -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 58059ec..fcd8d15 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.0-cgi" + php_package="php7.3-cgi" fi phpcgiconf=""