IDK :) userman or smt.. and inital commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
def delegate_to_pacman(pkgname: str):
|
||||
result = subprocess.run(["sudo", "pacman", "-S", pkgname])
|
||||
sys.exit(result.returncode)
|
||||
Reference in New Issue
Block a user