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:
parent
9d0682426d
commit
a1536dba65
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
"""
|
"""
|
Loading…
Add table
Reference in a new issue