From 18dd935f1869ecfe31a3b5cd625fcf827c16bd1a Mon Sep 17 00:00:00 2001 From: V33m <48420633+V33m@users.noreply.github.com> Date: Fri, 14 Aug 2020 16:24:51 +0200 Subject: [PATCH] Add correct php version for Debian 11 Debian 11, codename bullseye, is currently using the same versions as Ubuntu 20. --- scripts/rtinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rtinst b/scripts/rtinst index 942b580..4f3eea6 100755 --- a/scripts/rtinst +++ b/scripts/rtinst @@ -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