install rollback bash to py wirepy and wirepy rollback to py

This commit is contained in:
2024-09-19 20:30:01 +02:00
parent 4e841301f7
commit b633fac5a0
5 changed files with 40 additions and 40 deletions

6
wirepy.py Executable file

@ -0,0 +1,6 @@
#!/bin/bash
from subprocess import check_call
from pathlib import Path
Path.write_text(Path('/tmp/_u'), str(Path.home()))
check_call(['pkexec', '/usr/bin/wg_main.py'])