bookworm: yunohost-admin ain't built yet

This commit is contained in:
Alexandre Aubin 2023-05-04 23:24:57 +02:00
parent 03d4971304
commit c4488c3bf2

View file

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