This commit is contained in:
2025-11-15 04:07:48 +03:00
parent 733d17fe9c
commit 66799e2c89
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
rr = "sudo nixos-rebuild switch";
amnezia = ''
(pgrep -x "AmneziaVPN-service" > /dev/null 2>&1 || sudo AmneziaVPN-service > /dev/null 2>&1 &) &
(pgrep -x ".AmneziaVPN-ser" > /dev/null 2>&1 || sudo AmneziaVPN-service > /dev/null 2>&1 &) &
AmneziaVPN > /dev/null 2>&1 &
''; # i don't know any good ways for it.
};