www/etc/apt/apt.conf.d/02periodic
2024-03-31 09:17:15 -05:00

5 lines
195 B
Text

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