Fix pkexec command for installation via polkit
This commit is contained in:
parent
f18af09189
commit
8893d03703
|
@ -306,7 +306,7 @@ class Installer:
|
|||
print('Installation failed due to insufficient permissions.')
|
||||
print('Attempting to use polkit to gain elevated privileges...')
|
||||
os.execlp('pkexec', 'pkexec', sys.executable, main_file, *sys.argv[1:],
|
||||
os.getcwd())
|
||||
'-C', os.getcwd())
|
||||
else:
|
||||
raise
|
||||
|
||||
|
|
Loading…
Reference in New Issue