Use confold for dist-upgrade

This commit is contained in:
Alexandre Aubin 2018-12-30 21:38:05 +01:00 committed by GitHub
parent 96c59e182b
commit 4909de863a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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