From f3d8ae54c4a6b8e42854f3df6ebfdb4e220be53d Mon Sep 17 00:00:00 2001 From: "D. Robin" Date: Sat, 14 Jan 2017 04:41:27 +0100 Subject: [PATCH] Missing "-get" for OpenVPN install on Debian 8.x --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index cee3e36..a9d8a46 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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