mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Update manifest.toml: explicit dependency to redis-server
This commit is contained in:
parent
087316fd95
commit
e6e87ed460
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ ram.runtime = "50M"
|
||||||
admin.show_tile = false
|
admin.show_tile = false
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = ""
|
packages = "redis-server"
|
||||||
|
|
||||||
packages_from_raw_bash = """
|
packages_from_raw_bash = """
|
||||||
if [[ "$export" == "libreoffice" ]]
|
if [[ "$export" == "libreoffice" ]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue