Merge pull request #72 from Tagadda/patch-1

now that yunohost-admin is build for bookworm o/
This commit is contained in:
Alexandre Aubin 2023-05-12 18:46:01 +02:00 committed by GitHub
commit 2c7d6df5de
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
}