Fixed script name

This commit is contained in:
Vladislav Plikin 2023-11-11 17:41:53 +03:00
parent c2e904a459
commit 9477a1afb8
1 changed files with 1 additions and 1 deletions

View File

@ -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.