mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
fix
This commit is contained in:
parent
0c7e658b20
commit
177e3054e0
1 changed files with 3 additions and 3 deletions
|
@ -86,15 +86,15 @@ ram.runtime = "200M"
|
|||
"libssh-4",
|
||||
|
||||
"mariadb-server",
|
||||
]
|
||||
|
||||
packages_from_raw_bash = """
|
||||
if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then
|
||||
echo "php7.4-fpm";
|
||||
echo "php7.4-fpm", "php7.4-bcmath";
|
||||
elif [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then
|
||||
echo "php8.2-fpm";
|
||||
echo "php8.2-fpm", "php8.2-bcmath";
|
||||
fi
|
||||
"""
|
||||
]
|
||||
|
||||
[resources.apt.extras.zabbix]
|
||||
repo = "http://repo.zabbix.com/zabbix/6.4/debian __YNH_DEBIAN_VERSION__ main"
|
||||
|
|
Loading…
Add table
Reference in a new issue