Unattended upgrades
Is a Linux Software for Debian or Ubuntu Server (at least) and helps to keep the system up-to-date.
Setup¶
Source
- apt install unattended-upgrades to install
- dpkg-reconfigure unattended-upgrades to configure
- systemctl status unattended-upgrades.service to check if it's running
- Edit /etc/apt/apt.conf.d/50unattended-upgrades to your liking
- "${distro_id}:${distro_codename}-updates"; de-comment to have all updates applied automatically
- systemctl reload unattended-upgrades.service to apply changes