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

Update README.md

This commit is contained in:
BlackcatRs 2021-03-30 09:10:02 +02:00 committed by GitHub
parent aad09c45cf
commit 4dad53f49f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,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/BlackcatRs/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh chmod +x wireguard-install.sh
./wireguard-install.sh ./wireguard-install.sh
``` ```