initial import
This commit is contained in:
parent
f8b4ed3351
commit
a8b69a8db2
35 changed files with 11590 additions and 0 deletions
6
etc/apt/apt.conf.d/01clean
Normal file
6
etc/apt/apt.conf.d/01clean
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// keep /var/cache/apt clean
|
||||
|
||||
APT::Clean-Installed "true";
|
||||
APT::Keep-Downloaded-Packages "false";
|
||||
APT::Get::Install-Recommends "false";
|
||||
APT::Get::Install-Suggests "false";
|
||||
7
etc/apt/apt.conf.d/02periodic
Normal file
7
etc/apt/apt.conf.d/02periodic
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// used with unattended-upgrades
|
||||
|
||||
APT::Periodic::Enable "1";
|
||||
APT::Periodic::Update-Package-Lists "1";
|
||||
APT::Periodic::Download-Upgradeable-Packages "1";
|
||||
APT::Periodic::AutocleanInterval "5";
|
||||
APT::Periodic::Unattended-Upgrade "1";
|
||||
Loading…
Add table
Add a link
Reference in a new issue