From cd0397cd372dee4da9decb7f1e094fdb0b2ec4bd Mon Sep 17 00:00:00 2001 From: cezar97 <34601855+cezar97@users.noreply.github.com> Date: Sat, 3 Mar 2018 13:12:02 +0000 Subject: [PATCH] Add GPG dependency Commit 42f6553dcc2f6ca67cecaef9516ac621d10980e3 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 543f482..daccc2b 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -508,7 +508,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 8 if [[ "$VERSION_ID" = 'VERSION_ID="8"' ]]; then