diff --git a/RHEL-Server-9.sh b/RHEL-Server-9.sh index de5610a..1aa5cd3 100644 --- a/RHEL-Server-9.sh +++ b/RHEL-Server-9.sh @@ -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