From b63c475c2edb02f667ecc4bd2549a2109a621eb3 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Fri, 12 May 2023 18:39:20 +0200 Subject: [PATCH] now that yunohost-admin is build for bookworm o/ --- bookworm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookworm b/bookworm index 832991b..5e810d2 100755 --- a/bookworm +++ b/bookworm @@ -520,7 +520,7 @@ function install_yunohost_packages() { -o Dpkg::Options::="--force-confold" \ -o APT::install-recommends=true \ -y install \ - yunohost postfix \ + yunohost yunohost-admin postfix \ || return 1 # FIXME : re-add yunohost-admin once it's built for bookworm }