Force install of recommended packages when installing Yunohost ... see issues#1320

This commit is contained in:
Alexandre Aubin 2019-05-11 17:21:47 +02:00
parent 808f393930
commit f4839a7e71

View file

@ -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