mirror of
https://github.com/YunoHost-Apps/tvheadend_ynh.git
synced 2024-10-01 13:34:50 +02:00
Add --force-confold to dpkg
This commit is contained in:
parent
a63ceef26d
commit
c3cbb7b9ed
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ then
|
|||
#=================================================
|
||||
ynh_script_progression --message="Upgrading Tvheadend..." --weight=24
|
||||
|
||||
ynh_exec_warn_less dpkg -i $tvheadend_deb_dst
|
||||
ynh_exec_warn_less dpkg --force-confold -i $tvheadend_deb_dst
|
||||
|
||||
ynh_secure_remove --file="$temp_folder"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue