From 164baf7bcdd3302e69de88e9bedd78bcac4e3f7c9a8e98a60b3f7cdfaab3270d Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Tue, 25 Jun 2024 16:53:42 +0200 Subject: [PATCH] Update Leap-selfinstall-GNOME/config.sh --- Leap-selfinstall-GNOME/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Leap-selfinstall-GNOME/config.sh b/Leap-selfinstall-GNOME/config.sh index 75a819e..bc8da40 100644 --- a/Leap-selfinstall-GNOME/config.sh +++ b/Leap-selfinstall-GNOME/config.sh @@ -42,7 +42,7 @@ rpm -qa | grep "^libisl" | xargs -r rpm -e #-------------------------------------- # enable and disable services -for i in langset NetworkManager firewalld; do +for i in NetworkManager firewalld; do systemctl -f enable $i done