From f4839a7e712a6b67cd398f6da2494987040cfa69 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 11 May 2019 17:21:47 +0200 Subject: [PATCH] Force install of recommended packages when installing Yunohost ... see issues#1320 --- install_yunohost | 1 + 1 file changed, 1 insertion(+) diff --git a/install_yunohost b/install_yunohost index 0d539c3..f4044e2 100755 --- a/install_yunohost +++ b/install_yunohost @@ -475,6 +475,7 @@ function install_yunohost_packages() { # Install YunoHost apt_get_wrapper \ -o Dpkg::Options::="--force-confold" \ + -o APT::install-recommends=true \ -y --force-yes install \ yunohost yunohost-admin postfix \ || return 1