From 2d985eda1e3dc419250ddb0ee4c501a3f300b6a6 Mon Sep 17 00:00:00 2001 From: "Gaunt, John" Date: Mon, 29 Jul 2019 20:43:25 -0400 Subject: [PATCH] added gnupg2 for debian --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index a0a537d..9268ef2 100644 --- a/update.sh +++ b/update.sh @@ -18,7 +18,7 @@ if [ -f /etc/debian_version ]; then apt update; apt upgrade -y # install the apt-transport-https - apt install -y apt-transport-https wget + apt install -y apt-transport-https wget gnupg2 # download the gpg key for PBIS-Open wget -O - http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis | apt-key add -