devuan: fix release name typo for chimaera

This commit is contained in:
Valentin Kleibel 2022-04-04 15:39:01 +02:00
parent 9bdc6f3429
commit 935bd2ea93
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ fi
if [ ."$os_codename" = ."beowolf" ]; then
php_version=7.3
fi
if [ ."$os_codename" = ."chimera" ]; then
if [ ."$os_codename" = ."chimaera" ]; then
php_version=7.4
fi

View File

@ -12,12 +12,12 @@ cd "$(dirname "$0")"
verbose "Configuring PHP"
#set php version
#chimera - bullseye
#chimaera - bullseye
#beowolf - buster
if [ ."$os_codename" = ."beowolf" ]; then
php_version=7.3
fi
if [ ."$os_codename" = ."chimera" ]; then
if [ ."$os_codename" = ."chimaera" ]; then
php_version=7.4
fi