mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Use curl instead of wget in README
curl is pre-installed more often
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 angristan
					angristan