Comments on How to configure Automatic Updates On Debian Wheezy
How to configure Automatic Updates On Debian Wheezy This tutorial shows how to configure a Debian Wheezy system to have package updates installed automatically without user interaction. In addition to that I will show you what needs to be done to have the system email you about available updates on a daily basis.
2 Comment(s)
Add comment
Comments
By: Anonymous
To create /etc/apt/apt.conf.d/02periodic you can also run:
sudo dpkg-reconfigure -plow unattended-upgrades
By: smoneck
Meanwhile (Debian went to systemd) it seems to be /usr/lib/apt/apt.systemd.daily instead of /etc/cron.daily/apt.
As well: According to apt.systemd.daily, 02periodic changed to 10periodic.