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