From b5ff61c826a418df8a06f73ebc7f7c3a61b40900 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 4 Aug 2022 19:18:17 +0200 Subject: [PATCH] Update scripts/_common.sh Co-authored-by: tituspijean --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index fea6284..04b61bb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -21,7 +21,7 @@ php_dependencies="php$YNH_DEFAULT_PHP_VERSION-deb1 php$YNH_DEFAULT_PHP_VERSION-deb2" # dependencies used by the app (must be on a single line) -pkg_dependencies="deb1 deb2 php$YNH_PHP_VERSION-deb1 php$YNH_PHP_VERSION-deb2" +pkg_dependencies="deb1 deb2 $php_dependencies" #================================================= # PERSONAL HELPERS