mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-06 20:52:42 +01:00
Bug fix + future bulletproofness
- Use always double [[]] blocks (bug fix for the test at line 208 under some circumstances) - bash shell is now forced - All variables are now quoted
This commit is contained in:
@@ -6,7 +6,7 @@ This script will let you setup your own VPN server in no more than one minute, e
|
||||
###Installation
|
||||
Run the script and follow the assistant:
|
||||
|
||||
`wget http://git.io/vpn --no-check-certificate -O openvpn-install.sh; chmod +x openvpn-install.sh; ./openvpn-install.sh`
|
||||
`wget git.io/vpn --no-check-certificate -O openvpn-install.sh; bash openvpn-install.sh`
|
||||
|
||||
Once it ends, you can run it again to add more users.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user