It wasn't straightforward for me to setup auto-updating on Fedora with dnf-automatic, so I thought I would document how I got it working and provide examples.
The obvious first step is to install dnf-automatic:
sudo dnf install dnf-automatic -y
The interesting bit was the next step: creating the configuration file:
The last configuration step is to enable the timers in systemd:
sudo systemctl enable dnf-automatic.timer && sudo systemctl start dnf-automatic.timer
No comments:
Post a Comment