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

Update README.md

This commit is contained in:
Elie Obeid 2022-11-20 19:57:07 +04:00 committed by GitHub
parent 25b1fc949a
commit a2953ec795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,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://github.com/elieobeid7/wireguard-install/blob/master/wireguard-install.sh curl -O https://raw.githubusercontent.com/elieobeid7/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh chmod +x wireguard-install.sh
./wireguard-install.sh ./wireguard-install.sh
``` ```