From 1739bef67ff6058e850da4ebd02b2fa26934b489 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Fri, 25 Jun 2021 21:08:21 +0200 Subject: [PATCH] Update scripts/_common.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 0cfa563..3068d8a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -2,6 +2,6 @@ # COMMON VARIABLES #================================================= YNH_PHP_VERSION="7.3" -extra_php_dependencies="php${YNH_PHP_VERSION}-geoip php${YNH_PHP_VERSION}-cli" +extra_php_dependencies="php-geoip php${YNH_PHP_VERSION}-cli" app="emailpoubelle" lang="fr_FR.UTF-8 en_US.UTF-8 it_IT.UTF-8"