Update common.sh

pull/42/head
necro-nemesis 4 years ago committed by GitHub
parent 9e9d650262
commit 528bcd7fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,6 @@ if [ $version -eq 11 ]; then
php_package="php7.4-cgi"
elif [ $version -eq 10 ]; then
version_msg="10.0 (Buster)"
sudo apt update --allow-releaseinfo-change
php_package="php7.3-cgi"
elif [ $version -eq 9 ]; then
version_msg="9.0 (Stretch)"

Loading…
Cancel
Save