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=""