Missing "-get" for OpenVPN install on Debian 8.x

This commit is contained in:
D. Robin 2017-01-14 04:41:27 +01:00 committed by GitHub
parent adfb8b9a2f
commit f3d8ae54c4

View File

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