Fix previous commit
This commit is contained in:
parent
d0b1fbbe51
commit
d057de2309
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue