mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-03 11:32:17 +01:00
Keep old configuration during update
This commit is contained in:
parent
705601f0b1
commit
ac445388d9
1 changed files with 3 additions and 0 deletions
|
@ -23,3 +23,6 @@ apt-get -o Dir::Cache="/path/to/destination/dir/" -o Dir::Cache::archives="./" i
|
||||||
|
|
||||||
# Show apt-get installed packages.
|
# Show apt-get installed packages.
|
||||||
grep 'install ' /var/log/dpkg.log
|
grep 'install ' /var/log/dpkg.log
|
||||||
|
|
||||||
|
# Silently keep old configuration during batch updates
|
||||||
|
apt-get update -o DPkg::Options::='--force-confold' ...
|
||||||
|
|
Loading…
Reference in a new issue