1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-02-21 15:28:43 +01:00
parent ca4469b26b
commit 9d0682426d

View file

@ -92,3 +92,9 @@ ram.runtime = "50M"
[resources.database] [resources.database]
type = "mysql" type = "mysql"
[resources.apt]
packages_from_raw_bash = """
[[ "$export" == "libreoffice" ]] && ynh_exec_warn_less ynh_install_app_dependencies "unoconv libreoffice-writer"
[[ "$export" == "abiword" ]] && ynh_exec_warn_less ynh_install_app_dependencies "abiword"
"""