From 44e63c3522ca1e6c619e1468fca963c71d1498f3 Mon Sep 17 00:00:00 2001 From: "Gaunt, John" Date: Fri, 8 Feb 2019 20:40:37 -0500 Subject: [PATCH] Update update.sh --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 9f924af..892f38c 100644 --- a/update.sh +++ b/update.sh @@ -18,9 +18,9 @@ if [ -f /etc/debian_version ]; then # install the apt-transport-https apt install -y apt-transport-https wget # download the gpg key for PBIS-Open - wget -O - http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis | apt-key add - + curl http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis | apt-key add - # download the repo for PBIS-Open for SSO and Domain - wget -O /etc/apt/sources.list.d/pbiso.list http://repo.pbis.beyondtrust.com/apt/pbiso.list + curl -o /etc/apt/sources.list.d/pbiso.list http://repo.pbis.beyondtrust.com/apt/pbiso.list # update the list of available packages apt update # install the packages