From 8061c501babe25d4c9bb73adafe9b728b2a021ae 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 12264b7..5c8b5e9 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() {