added linebrack for easier copy&paste

This commit is contained in:
Pakobbix 2023-04-04 12:00:43 +00:00
parent 701f586a32
commit 2b73ee48eb

View File

@ -1,11 +1,16 @@
### How to Run: ### How to Run:
## Linux: ## Linux:
```
bash <(curl -fsSL https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/wirebash.sh) bash <(curl -fsSL https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/wirebash.sh)
```
## Windows: ## Windows:
```
iex ((New-Object System.Net.WebClient).DownloadString('https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/WireWin.ps1')) iex ((New-Object System.Net.WebClient).DownloadString('https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/WireWin.ps1'))
```
## Mac: ## Mac:
```
bash <(curl -fsSL https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/wiremac.sh) bash <(curl -fsSL https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/wiremac.sh)
```
(Bei Mac wird nur Wireguard selbst installiert! Die Konfiguration muss über die GUI erfolgen) (Bei Mac wird nur Wireguard selbst installiert! Die Konfiguration muss über die GUI erfolgen)