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