From 42f6553dcc2f6ca67cecaef9516ac621d10980e3 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 25 Feb 2018 17:37:03 +0100 Subject: [PATCH] Add GPG dependency --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 4f178ef..54aacdf 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -326,7 +326,7 @@ else read -n1 -r -p "Press any key to continue..." if [[ "$OS" = 'debian' ]]; then - apt-get install ca-certificates -y + apt-get install ca-certificates gpg -y # We add the OpenVPN repo to get the latest version. # Debian 7 if [[ "$VERSION_ID" = 'VERSION_ID="7"' ]]; then