1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-06 13:30:48 +00:00

Update README.md

This commit is contained in:
KAAN DIKEC 2023-05-25 20:04:41 +03:00 committed by GitHub
parent 1dabe873fc
commit 892e2bc104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ Supported distributions:
Download and execute the script. Answer the questions asked by the script and it will take care of the rest. Download and execute the script. Answer the questions asked by the script and it will take care of the rest.
```bash ```bash
curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh curl -O https://raw.githubusercontent.com/dikeckaan/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh chmod +x wireguard-install.sh
./wireguard-install.sh ./wireguard-install.sh
``` ```