Update update.sh

This commit is contained in:
2019-02-08 20:40:37 -05:00
parent adf90ccedc
commit 44e63c3522

View File

@@ -18,9 +18,9 @@ if [ -f /etc/debian_version ]; then
# install the apt-transport-https # install the apt-transport-https
apt install -y apt-transport-https wget apt install -y apt-transport-https wget
# download the gpg key for PBIS-Open # 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 # 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 # update the list of available packages
apt update apt update
# install the packages # install the packages