From c4488c3bf2c2a1d8af26aac1179563ba34077d44 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 4 May 2023 23:24:57 +0200 Subject: [PATCH] bookworm: yunohost-admin ain't built yet --- bookworm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookworm b/bookworm index e2036ed..832991b 100755 --- a/bookworm +++ b/bookworm @@ -520,8 +520,9 @@ function install_yunohost_packages() { -o Dpkg::Options::="--force-confold" \ -o APT::install-recommends=true \ -y install \ - yunohost yunohost-admin postfix \ + yunohost postfix \ || return 1 + # FIXME : re-add yunohost-admin once it's built for bookworm } function restart_services() {