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() {