mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
Keep old configuration during update
This commit is contained in:
parent
705601f0b1
commit
ac445388d9
@ -23,3 +23,6 @@ apt-get -o Dir::Cache="/path/to/destination/dir/" -o Dir::Cache::archives="./" i
|
||||
|
||||
# Show apt-get installed packages.
|
||||
grep 'install ' /var/log/dpkg.log
|
||||
|
||||
# Silently keep old configuration during batch updates
|
||||
apt-get update -o DPkg::Options::='--force-confold' ...
|
||||
|
Loading…
Reference in New Issue
Block a user