From 96a3b665e324312ecf7df05b2cded8ebc885c055 Mon Sep 17 00:00:00 2001 From: farvardin Date: Sat, 18 Mar 2023 10:22:43 +0100 Subject: [PATCH] fix pkg depend --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 61fa65b..ebea59a 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,6 +8,7 @@ YNH_PHP_VERSION="7.3" # dependencies used by the app #pkg_dependencies="node-less" +pkg_dependencies="acl" #================================================= # PERSONAL HELPERS