8 Commits

View File

@ -128,7 +128,7 @@ class Detector:
arch = ["Arch Linux", "Manjaro", "EndeavourOS", "ArcoLinux", "Garuda Linux"]
if os_system in deb:
result = subprocess.run(
["which pkexec"],
["apt list --installed | grep polkit"],
capture_output=True,
shell=True,
text=True,