From 4909de863a1b67a62b491b53954c4797745e860c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 30 Dec 2018 21:38:05 +0100 Subject: [PATCH] Use confold for dist-upgrade --- install_yunohost | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index af86665..a743da6 100755 --- a/install_yunohost +++ b/install_yunohost @@ -252,7 +252,8 @@ function upgrade_system() { libtext-iconv-perl \ || return 1 - apt_get_wrapper -y dist-upgrade \ + apt_get_wrapper -o Dpkg::Options::="--force-confold" \ + -y dist-upgrade \ || return 2 if is_raspbian ; then