now that yunohost-admin is build for bookworm o/

This commit is contained in:
Tagada 2023-05-12 18:39:20 +02:00 committed by GitHub
parent c4488c3bf2
commit b63c475c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}