From 1e23afe2e561fe5d14af2fb032427fbf6df8e91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 21 Apr 2024 20:45:23 +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 6ed4dd5..82a5f47 100644 --- a/scripts/install +++ b/scripts/install @@ -37,6 +37,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