From c48c453140c0dde438087d62f07ca642dd4a95f2 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Tue, 10 Mar 2020 15:44:47 -0400 Subject: [PATCH] Update 'update.sh' --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index c87d38d..8aa9cad 100644 --- a/update.sh +++ b/update.sh @@ -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