Debian 8 - Unattended Upgrades
Jan 3, 2017
Unattended upgrades are a way to automatically keep a server up to date without needing to worry about doing it manually. I do this on every Debian/Ubuntu server that I use.
- Install the unattended upgrades package.
apt-get install unattended-upgrades
- Configure it so
stable
updates are automatically installed.dpkg-reconfigure unattended-upgrades