mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Fix APT repo for Ubuntu 16.04 (#421)
This commit is contained in:
		| @@ -591,7 +591,7 @@ function installOpenVPN () { | ||||
| 			apt-get update | ||||
| 		fi | ||||
| 		if [[ "$VERSION_ID" = "16.04" ]]; then | ||||
| 			echo "deb http://build.openvpn.net/debian/openvpn/stable trusty main" > /etc/apt/sources.list.d/openvpn.list | ||||
| 			echo "deb http://build.openvpn.net/debian/openvpn/stable xenial main" > /etc/apt/sources.list.d/openvpn.list | ||||
| 			wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add - | ||||
| 			apt-get update | ||||
| 		fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kcchouette
					Kcchouette