1
0
Fork 0
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:
Alexandre Aubin 2024-07-15 17:48:36 +02:00 committed by GitHub
parent 087316fd95
commit e6e87ed460
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" ]]