Sunday, March 15, 2020

dnf automatic updates

A service to automatically download and install any new updates (for example security updates).

# dnf install dnf-automatic

# systemctl enable --now dnf-automatic-install.timer

# vi /etc/dnf/automatic.conf (Adjust the best settings for your environment)
apply_updates = yes

More info: https://fedoraproject.org/wiki/AutoUpdates

No comments:

Post a Comment