Update README.md
This commit is contained in:
@@ -28,7 +28,7 @@ An admin dashboard for Wireguard — manage hosts, clients, tunnels, and IP rule
|
||||
Run the install script on a fresh machine:
|
||||
|
||||
```bash
|
||||
REPO_URL=https://git.tben.me/Moduletrace/wireguard-ui.git bash -c '$(< <(curl -fsSL https://git.tben.me/Moduletrace/wireguard-ui/raw/branch/main/src/scripts/install-wg-ui.sh))'
|
||||
bash < <(curl -fsSL https://git.tben.me/Moduletrace/wireguard-ui/raw/branch/main/src/scripts/install-wg-ui.sh)
|
||||
```
|
||||
|
||||
Or clone the repo and run the script manually:
|
||||
@@ -36,7 +36,7 @@ Or clone the repo and run the script manually:
|
||||
```bash
|
||||
git clone https://git.tben.me/Moduletrace/wireguard-ui.git
|
||||
cd wireguard-ui
|
||||
REPO_URL=https://git.tben.me/Moduletrace/wireguard-ui.git bash src/scripts/install-wg-ui.sh
|
||||
bash src/scripts/install-wg-ui.sh
|
||||
```
|
||||
|
||||
The install script will:
|
||||
|
||||
Reference in New Issue
Block a user