devuan: fix release name typo for chimaera
This commit is contained in:
parent
9bdc6f3429
commit
935bd2ea93
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue