Update Leap-selfinstall-GNOME/config.sh

This commit is contained in:
Lubos Kocman 2024-06-25 17:09:46 +02:00
parent bd27713a48
commit e53a802607

View File

@ -42,9 +42,7 @@ rpm -qa | grep "^libisl" | xargs -r rpm -e
#--------------------------------------
# enable and disable services
for i in NetworkManager firewalld; do
systemctl -f enable $i
done
systemctl -f enable NetworkManager
for i in sshd cron wicked purge-kernels; do
systemctl -f disable $i