make curl output silent

This commit is contained in:
Philip H 2022-04-15 14:02:31 +02:00 committed by GitHub
parent 210e42f6ca
commit be66b5e6fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ This script will let you set up your own VPN server in no more than a minute, ev
### Installation ### Installation
Run the script and follow the assistant: Run the script and follow the assistant:
`curl -O https://git.io/wireguard && bash wireguard-install.sh` `curl -sO https://git.io/wireguard && bash wireguard-install.sh`
Once it ends, you can run it again to add more users, remove some of them or even completely uninstall WireGuard. Once it ends, you can run it again to add more users, remove some of them or even completely uninstall WireGuard.