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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user