From a3245846e8d96210975c85bc6348ffc632984d8f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 5 Sep 2022 20:06:52 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3a53431..ca2f406 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ php_dependencies="php$YNH_DEFAULT_PHP_VERSION-gd php$YNH_DEFAULT_PHP_VERSION-xml" # dependencies used by the app (must be on a single line) -pkg_dependencies="deb1 deb2 $php_dependencies" +pkg_dependencies="$php_dependencies" #================================================= # PERSONAL HELPERS