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