Merge f3d8ae54c4 into 0bc1e6ea59
This commit is contained in:
commit
a51d955855
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ else
|
|||
if [[ "$VERSION_ID" = 'VERSION_ID="8"' ]]; then
|
||||
echo "deb http://swupdate.openvpn.net/apt jessie main" > /etc/apt/sources.list.d/swupdate-openvpn.list
|
||||
wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add -
|
||||
apt update
|
||||
apt-get update
|
||||
fi
|
||||
# Ubuntu 12.04
|
||||
if [[ "$VERSION_ID" = 'VERSION_ID="12.04"' ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue