mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
adapt php versions
This commit is contained in:
parent
cf9b9973e0
commit
a2d83f31cc
1 changed files with 8 additions and 2 deletions
|
@ -84,10 +84,16 @@ ram.runtime = "200M"
|
|||
"libjs-prototype",
|
||||
"jq",
|
||||
"libssh-4",
|
||||
"php7.4-fpm",
|
||||
"php7.4-bcmath",
|
||||
|
||||
"mariadb-server",
|
||||
|
||||
packages_from_raw_bash = """
|
||||
if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then
|
||||
echo ["php7.4-fpm", "php7.4-bcmath"];
|
||||
elif [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then
|
||||
echo ["php8.2-fpm", "php8.2-bcmath"];
|
||||
fi
|
||||
"""
|
||||
]
|
||||
|
||||
[resources.apt.extras.zabbix]
|
||||
|
|
Loading…
Add table
Reference in a new issue