From 5b318089a1af956cd6b685a288d5fe6ba5a24b97 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Thu, 14 Dec 2017 10:20:32 +0100 Subject: [PATCH] Fix php5-redis dependency (redis-server is installed by YunoHost) --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 0a1e55b..5e0e79a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 ...]