updating install packages
This commit is contained in:
@@ -9,11 +9,12 @@ if [ -f /etc/debian_version ]; then
|
|||||||
wget -O - 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 -
|
||||||
wget -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
|
||||||
apt update
|
apt update
|
||||||
apt install -y pbis-open sudo
|
apt install -y pbis-open sudo nano htop nload iperf3 iperf3 open-vm-tools
|
||||||
elif [ -f /etc/redhat-release ]; then
|
elif [ -f /etc/redhat-release ]; then
|
||||||
|
yum install -y wget epel-release
|
||||||
wget -O /etc/yum.repos.d/pbiso.repo http://repo.pbis.beyondtrust.com/yum/pbiso.repo
|
wget -O /etc/yum.repos.d/pbiso.repo http://repo.pbis.beyondtrust.com/yum/pbiso.repo
|
||||||
yum clean all
|
yum clean all
|
||||||
yum install pbis-open sudo
|
yum install -y pbis-open sudo nano htop nload iperf3 bind-utils open-vm-tools
|
||||||
else
|
else
|
||||||
echo "Unable to determine linux distro"
|
echo "Unable to determine linux distro"
|
||||||
exit
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user