From cb99659303ebe3a75c430482ccbf63fc2cb6bffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 4 Oct 2023 16:36:56 +0200 Subject: [PATCH] Fix bookworm --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index aae521c..8a80eb5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,10 +4,10 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +phpversion="7.3" # dependencies used by the app -pkg_dependencies="" +pkg_dependencies="php$phpversion-fpm" #================================================= # PERSONAL HELPERS