2010-02-02 9:20 am
2 Comments
My standard setup (on Debian stable/Lenny):
aptitude install unattended-upgrades
cat > /etc/apt/apt.conf.d/10periodic
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";
^D
cat >> /etc/apt/apt.conf.d/50unattended-upgrades
Unattended-Upgrade::Mail "example@example.com";
^D
It’s as easy as that. [More details in the Ubuntu Wiki]

syaman
Hi is there a reason for placing Unattended-Upgrade::Mail in a separate file, or can it also be in 10periodic?
Thanks in advance
2010-06-13 5:23 pm