Update common.sh

This commit is contained in:
Bill Zimmerman 2020-03-13 23:10:36 +01:00 committed by GitHub
parent 898865d417
commit 8a18554201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ git_source_url="https://github.com/$repo" # $repo from install.raspap.com
# php package to install
if [ "$version" -eq "10" ]; then
version_msg="Raspbian 10.0 (Buster)"
php_package="php7.1-cgi"
php_package="php7.3-cgi"
elif [ "$version" -eq "9" ]; then
version_msg="Raspbian 9.0 (Stretch)"
php_package="php7.0-cgi"