From 6cecc16f0db54b4a81383f5e0a80b67ee244c113 Mon Sep 17 00:00:00 2001 From: Angristan Date: Thu, 10 May 2018 00:29:05 +0200 Subject: [PATCH] Fixes #217 "Package 'gpg' has no installation candidate" --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 93ca3c5..cc05a99 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -336,7 +336,7 @@ else read -n1 -r -p "Press any key to continue..." if [[ "$OS" = 'debian' ]]; then - apt-get install ca-certificates gpg -y + apt-get install ca-certificates gnupg -y # We add the OpenVPN repo to get the latest version. # Debian 7 if [[ "$VERSION_ID" = 'VERSION_ID="7"' ]]; then