Update update.sh

This commit is contained in:
2019-02-10 17:42:25 -05:00
parent 44e63c3522
commit a62be2c7e3

View File

@@ -18,13 +18,13 @@ 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
curl http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis | apt-key add -
wget -O - http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis | apt-key add -
# download the repo for PBIS-Open for SSO and Domain
curl -o /etc/apt/sources.list.d/pbiso.list http://repo.pbis.beyondtrust.com/apt/pbiso.list
wget -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
apt install -y pbis-open sudo nano htop nload iperf iperf3 open-vm-tools unattended-upgrades unzip git nfs-common uptimed net-tools build-essential
apt install -y pbis-open sudo nano htop nload iperf iperf3 open-vm-tools unattended-upgrades unzip git nfs-common uptimed net-tools build-essential curl
# remove unneeded packages
apt autoremove -y