From 09c963803234cc3dab64cf9b60f072ac3249b5de Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 12 Feb 2020 21:30:26 +0100 Subject: [PATCH] Re-enable install of yunohost-admin now that build is fixed --- install_yunohost | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install_yunohost b/install_yunohost index f35fad8..5f5d218 100755 --- a/install_yunohost +++ b/install_yunohost @@ -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() {