1
0
mirror of https://github.com/elisspace/rtinst.git synced 2026-08-29 15:44:06 +00:00

Add correct php version for Debian 11

Debian 11, codename bullseye, is currently using the same versions as Ubuntu 20.
This commit is contained in:
V33m
2020-08-14 16:24:51 +02:00
committed by GitHub
parent 6935c58e6a
commit 18dd935f18

View File

@@ -237,7 +237,7 @@ if [ "$relno" = "10" ] || [ "$(lsb_release -sr)" = "19.10" ]; then
libcver=libcurl4
fi
if [ "$relno" = "20" ] || [ "$(lsb_release -sr)" = "20.04" ]; then
if [ "$relno" = "20" ] || [ "$(lsb_release -sr)" = "20.04" ] || [ "$relno" = "11" ]; then
phpver=php7.4
phploc=/etc/php/7.4
libcver=libcurl4