mirror of
https://github.com/namibia/openvpn-install.git
synced 2024-12-22 14:58:54 +00:00
Use curl instead of wget in README
curl is pre-installed more often
This commit is contained in:
parent
e231c8924a
commit
ff2af374f6
@ -11,7 +11,7 @@ This script will let you setup your own secure VPN server in just a few seconds.
|
||||
First, get the script and make it executable :
|
||||
|
||||
```bash
|
||||
wget https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh
|
||||
curl -O https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh
|
||||
chmod +x openvpn-install.sh
|
||||
```
|
||||
|
||||
@ -68,7 +68,6 @@ The script supports these OS and architectures:
|
||||
| Ubuntu 16.04 | ✅ | ✅ | ❌ | ❌ |
|
||||
| Ubuntu 18.04 | ❌ | ✅ | ✅ | ✅ |
|
||||
|
||||
|
||||
To be noted:
|
||||
|
||||
- It should work on Debian 8+ and Ubuntu 16.04+. But versions not in the table above are not officially supported.
|
||||
|
Loading…
Reference in New Issue
Block a user