Fix OpenVPN repo for Debian 8

This commit is contained in:
angristan 2018-09-22 11:40:54 +02:00
parent 2070e25874
commit c96a71c7d6
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ function installOpenVPN () {
apt-get update
apt-get install ca-certificates gnupg -y
# We add the OpenVPN repo to get the latest version.
if [[ "$VERSION_ID" = 'VERSION_ID="8"' ]]; then
if [[ "$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-get update