[fix] Force yunohost-admin installation

This commit is contained in:
opi 2016-08-05 18:20:56 +02:00 committed by GitHub
parent a0a45c3077
commit 8457d79dec

View file

@ -241,7 +241,7 @@ install_yunohost_packages() {
apt_get_wrapper \
-o Dpkg::Options::="--force-confold" \
-y --force-yes install \
yunohost postfix
yunohost yunohost-admin postfix
}
restart_services() {