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
- systemctl status unattended-upgrades.service
to check if it's running
- Edit /etc/apt/apt.conf.d/50unattended-upgrades
to your liking
- systemctl reload unattended-upgrades.service
to apply changes