Add additional notes on apt cache cleanup for automatic upgrades

This commit is contained in:
KemoNine 2020-08-10 22:41:13 -04:00
parent 757ed6b376
commit 905f433616
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ The below will setup nightly automatic update and reboots for the PiFrame. This
``` sh
apt install unattended-upgrades
nano -w /etc/apt/apt.conf.d/10periodic
APT::Periodic::AutocleanInterval "1";
APT::Periodic::CleanInterval "1";
nano -w /etc/apt/apt.conf.d/50unattended-upgrades
Unattended-Upgrade::Mail "user@domain.tld";
Unattended-Upgrade::Automatic-Reboot "true";