From d057de2309f3874f0caebb4fb3bf4c0d40a61a09 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 17 Sep 2017 19:55:44 +0200 Subject: [PATCH] Fix previous commit --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index a524849..21872de 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -478,7 +478,7 @@ else apt-get install ca-certificates -y # We add the OpenVPN repo to get the latest version. # Debian 8 - elif [[ "$VERSION_ID" = 'VERSION_ID="8"' ]]; then + if [[ "$VERSION_ID" = 'VERSION_ID="8"' ]]; then echo "deb http://build.openvpn.net/debian/openvpn/stable jessie main" > /etc/apt/sources.list.d/openvpn.list wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add - apt update