Update 'update.sh'

This commit is contained in:
2020-03-10 15:44:47 -04:00
parent 628420cc43
commit c48c453140

View File

@@ -87,7 +87,7 @@ elif [ ${OS} == 'CentOS' ]; then
# Centos 7
if [[ ${OS_VER} =~ ^8.* ]]; then
# install the packages
dnf install -y pbis-open sudo nano htop iperf3 bind-utils open-vm-tools unzip nfs-utils git wget net-tools make
dnf install -y libnsl pbis-open sudo nano htop iperf3 bind-utils open-vm-tools unzip nfs-utils git wget net-tools make
# https://github.com/BeyondTrust/pbis-open/issues/242
cp /opt/pbis/share/rhel/8.0/pbis.pp /opt/pbis/share/
fi