systems/etc/apt/apt.conf.d/02periodic
2024-03-20 11:16:48 -05:00

7 lines
229 B
Text

// 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";