mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
confdef in v-update-sys-vesta
This commit is contained in:
parent
d1f256173e
commit
4c6628822a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ else
|
|||
-o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" -qq
|
||||
|
||||
# Update vesta package
|
||||
apt-get -y -qq -o Dpkg::Options::="--force-confold" install $package > /dev/null 2>&1
|
||||
apt-get -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -o Dpkg::Options::="--force-confmiss" install $package > /dev/null 2>&1
|
||||
check_result $? "$package update failed" $E_UPDATE
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue