From c71ab406c3f0ae0d1cc9a11a2ddc9e355cece1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 21 Apr 2024 20:45:36 +0200 Subject: [PATCH] Fix missing dependancy for bookworm --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 5e801ee..9726a7c 100644 --- a/scripts/install +++ b/scripts/install @@ -35,6 +35,8 @@ else path_url2=$path_url"/" fi +ynh_apt install pkgconf + # Register (book) web path ynh_webpath_register --app $app --domain $domain --path_url $path_url