1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Fix php5-redis dependency (redis-server is installed by YunoHost)

This commit is contained in:
Jimmy Monin 2017-12-14 10:20:32 +01:00
parent c05c1504f5
commit 5b318089a1

View file

@ -3,7 +3,7 @@
#
# Package dependencies
PKG_DEPENDENCIES="php5-cli php5-mysql php5-json php5-gd php5-tidy php5-curl php-gettext redis-server"
PKG_DEPENDENCIES="php5-cli php5-mysql php5-json php5-gd php5-tidy php5-curl php-gettext php5-redis"
# Execute a command as another user
# usage: exec_as USER COMMAND [ARG ...]