mirror of
https://github.com/namibia/openvpn-install.git
synced 2025-01-03 19:57:22 +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 :
|
First, get the script and make it executable :
|
||||||
|
|
||||||
```bash
|
```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
|
chmod +x openvpn-install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -68,7 +68,6 @@ The script supports these OS and architectures:
|
|||||||
| Ubuntu 16.04 | ✅ | ✅ | ❌ | ❌ |
|
| Ubuntu 16.04 | ✅ | ✅ | ❌ | ❌ |
|
||||||
| Ubuntu 18.04 | ❌ | ✅ | ✅ | ✅ |
|
| Ubuntu 18.04 | ❌ | ✅ | ✅ | ✅ |
|
||||||
|
|
||||||
|
|
||||||
To be noted:
|
To be noted:
|
||||||
|
|
||||||
- It should work on Debian 8+ and Ubuntu 16.04+. But versions not in the table above are not officially supported.
|
- 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