Re-enable install of yunohost-admin now that build is fixed

This commit is contained in:
Alexandre Aubin 2020-02-12 21:30:26 +01:00
parent ca17cf4a5d
commit 8061c501ba

View file

@ -507,9 +507,8 @@ function install_yunohost_packages() {
-o Dpkg::Options::="--force-confold" \
-o APT::install-recommends=true \
-y install \
yunohost postfix \
yunohost yunohost-admin postfix \
|| return 1
#yunohost yunohost-admin postfix \ # FIXME / TODO : temporarily removed yunohost-admin because build on vinaigrette is broken, to be re-added once it's fixed
}
function restart_services() {