9.07.2025-gpg-ipmort-public-key #7

Merged
punix merged 2 commits from 9.07.2025-gpg-ipmort-public-key into main 2025-07-09 13:59:35 +02:00
Showing only changes of commit 9873a293f7 - Show all commits

View File

@ -233,7 +233,7 @@ class Detector:
elif os_system == "SUSE Tumbleweed" or os_system == "SUSE Leap":
result = subprocess.run(
["zypper search --installed-only | grep NetworkManager"],
["systemctl status NetworkManager"],
capture_output=True,
shell=True,
text=True,