Added command for directly using ps1 script

This commit is contained in:
Pakobbix 2023-03-02 12:02:22 +00:00
parent 2f09a6e784
commit 8f0477a481

View File

@ -1,3 +1,7 @@
### How to Run: ### How to Run:
bash <(curl -fsSL https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/wirebash.sh) ## Linux:
bash <(curl -fsSL https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/wirebash.sh)
## Windows:
iex ((New-Object System.Net.WebClient).DownloadString('https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/WireWin.ps1'))