1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-01 03:00:47 +00:00

Fixed script name

This commit is contained in:
Vladislav Plikin 2023-11-11 17:41:53 +03:00
parent c2e904a459
commit 9477a1afb8

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.