mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-09 12:12:03 +00:00
Fixed script name
This commit is contained in:
parent
c2e904a459
commit
9477a1afb8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Download and execute the script. Answer the questions asked by the script and it
|
|||
```bash
|
||||
curl -O https://raw.githubusercontent.com/Anatr0p/wireguard-install/master/wg.sh
|
||||
chmod +x wg.sh
|
||||
./wireguard-install.sh
|
||||
./wg.sh
|
||||
```
|
||||
|
||||
It will install WireGuard (kernel module and tools) on the server, configure it, create a systemd service and a client configuration file.
|
||||
|
|
Loading…
Add table
Reference in a new issue