1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 05:34:42 -04:00

Enable dnf-automatic.timer

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-04-16 15:29:43 -04:00 committed by GitHub
parent 8d9a741e07
commit f7d95c86a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,3 +105,4 @@ sudo firewall-cmd --permanent --remove-service=cockpit
sudo firewall-cmd --reload
sudo sed -i 's/apply_updates = no/apply_updates = yes/g' /etc/dnf/automatic.conf
sudo systemctl enable --now dnf-automatic.timer