Add additional notes on apt cache cleanup for automatic upgrades
This commit is contained in:
parent
757ed6b376
commit
905f433616
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue