mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Use confold for dist-upgrade
This commit is contained in:
parent
96c59e182b
commit
4909de863a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue