From 7f7f1d09ff1239b4097ef4086f3e684ce27e9fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 29 Jan 2023 18:08:32 +0100 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 94e5b7a..8094ced 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -11,7 +11,7 @@ YNH_PHP_VERSION=8.1 php_dependencies="php$YNH_PHP_VERSION-fpm" # dependencies used by the app (must be on a single line) -pkg_dependencies="$php_dependencies" +pkg_dependencies="git $php_dependencies" #================================================= # PERSONAL HELPERS