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
3 changed files with 4 additions and 1 deletions

View File

@ -20,5 +20,8 @@ and if not it is downloaded from both sources and only imported when all the key
This is to ensure that no manipulated software is used. This is to ensure that no manipulated software is used.
# Not currently supported
- Open Suse Tumbleweed and Leap (Let's get back)
# Screenshots # Screenshots
[![wire-py.png](https://fb.ilunix.de/api/public/dl/ZnfG9gxv?inline=true)](https://fb.ilunix.de/share/ZnfG9gxv) [![wire-py.png](https://fb.ilunix.de/api/public/dl/ZnfG9gxv?inline=true)](https://fb.ilunix.de/share/ZnfG9gxv)

View File

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