mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	build(easy-rsa): 3.0.6 -> 3.0.7 (#641)
This commit is contained in:
		| @@ -681,8 +681,8 @@ function installOpenVPN() { | ||||
| 	# Install the latest version of easy-rsa from source, if not already | ||||
| 	# installed. | ||||
| 	if [[ ! -d /etc/openvpn/easy-rsa/ ]]; then | ||||
| 		local version="3.0.6" | ||||
| 		wget -O ~/EasyRSA-unix-v${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-unix-v${version}.tgz | ||||
| 		local version="3.0.7" | ||||
| 		wget -O ~/EasyRSA-unix-v${version}.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz | ||||
| 		tar xzf ~/EasyRSA-unix-v${version}.tgz -C ~/ | ||||
| 		mkdir -p /etc/openvpn/easy-rsa | ||||
| 		mv ~/EasyRSA-v${version}/* /etc/openvpn/easy-rsa/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 D. Robin
					D. Robin