From d165aebe81df1bfb99bf7dc334353e2d5fe4cd1a Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 4 Mar 2018 01:01:59 +0100 Subject: [PATCH] Fix condition Fixes https://github.com/Angristan/OpenVPN-install/issues/171 --- openvpn-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index de89108..8569193 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -517,7 +517,6 @@ else elif [[ "$VERSION_ID" = 'VERSION_ID="9"' ]]; then echo "deb http://build.openvpn.net/debian/openvpn/stable stretch main" > /etc/apt/sources.list.d/openvpn.list wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add - - fi # Ubuntu 14.04 elif [[ "$VERSION_ID" = 'VERSION_ID="14.04"' ]]; then echo "deb http://build.openvpn.net/debian/openvpn/stable trusty main" > /etc/apt/sources.list.d/openvpn.list