replace-old-files-with-new-files-and-remove-no longer needed

This commit is contained in:
2025-03-02 15:33:42 +01:00
parent 1bba45a6c1
commit 97bf9df041
10 changed files with 39 additions and 63 deletions

View File

@ -1,6 +0,0 @@
#!/usr/bin/python3
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'])