From db124f9d1a9e6f188a95b3a0c09a0857bac23149 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Fri, 25 Jun 2021 15:38:32 +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 93a762e..0cfa563 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -2,6 +2,6 @@ # COMMON VARIABLES #================================================= YNH_PHP_VERSION="7.3" -extra_php_dependencies="php7.3-geoip php7.3-cli" +extra_php_dependencies="php${YNH_PHP_VERSION}-geoip php${YNH_PHP_VERSION}-cli" app="emailpoubelle" lang="fr_FR.UTF-8 en_US.UTF-8 it_IT.UTF-8"