Fix condition

Fixes https://github.com/Angristan/OpenVPN-install/issues/171
This commit is contained in:
Angristan 2018-03-04 01:01:59 +01:00
parent a4e1e0cfc2
commit d165aebe81

View file

@ -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