From 9477a1afb86a5bb4e9dabdb0c0f4c272d33f4ad7 Mon Sep 17 00:00:00 2001 From: Vladislav Plikin <106341126+Anatr0p@users.noreply.github.com> Date: Sat, 11 Nov 2023 17:41:53 +0300 Subject: [PATCH] Fixed script name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa8a20..1e8fe2a 100644 --- a/README.md +++ b/README.md @@ -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.