From 628420cc435898ce8bc6de333aeee309c43c98d6 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Tue, 10 Mar 2020 15:43:00 -0400 Subject: [PATCH] Update 'update.sh' --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index 26d9c62..c87d38d 100644 --- a/update.sh +++ b/update.sh @@ -88,6 +88,8 @@ elif [ ${OS} == 'CentOS' ]; then 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 + # https://github.com/BeyondTrust/pbis-open/issues/242 + cp /opt/pbis/share/rhel/8.0/pbis.pp /opt/pbis/share/ fi # modify ssh to allow root login and then restart the service