mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-23 21:46:08 +03:00
Fixed one-liner
This commit is contained in:
parent
12c6b4de62
commit
a202ca29df
@ -6,7 +6,7 @@ This script will let you setup your own VPN server in no more than one minute, e
|
|||||||
###Installation
|
###Installation
|
||||||
Run the script and follow the assistant:
|
Run the script and follow the assistant:
|
||||||
|
|
||||||
`wget http://git.io/vpn; ./openvpn-install.sh`
|
`wget http://git.io/vpn --no-check-certificate -O openvpn-install.sh; chmod +x openvpn-install.sh; ./openvpn-install.sh`
|
||||||
|
|
||||||
Once it ends, you can run it again to add more users.
|
Once it ends, you can run it again to add more users.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user