Update update.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user