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:31:27 +01:00
parent 9d0682426d
commit a1536dba65

View file

@ -95,6 +95,6 @@ ram.runtime = "50M"
[resources.apt] [resources.apt]
packages_from_raw_bash = """ packages_from_raw_bash = """
[[ "$export" == "libreoffice" ]] && ynh_exec_warn_less ynh_install_app_dependencies "unoconv libreoffice-writer" [[ "$export" == "libreoffice" ]] && echo "unoconv libreoffice-writer"
[[ "$export" == "abiword" ]] && ynh_exec_warn_less ynh_install_app_dependencies "abiword" [[ "$export" == "abiword" ]] && echo "abiword"
""" """