From 6705f6bb042d0524dbe1a1d608cb1cb3ea063b32 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Fri, 12 Jun 2020 09:52:35 -0400 Subject: [PATCH] Update 'update.sh' --- update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/update.sh b/update.sh index de21b6a..3301794 100644 --- a/update.sh +++ b/update.sh @@ -120,7 +120,7 @@ elif [ "${OS}" == "CentOS" ]; then # install the packages # libnsl is needed for pbis and needs to be installed already dnf install -y libnsl - dnf install -y sudo pbis-open rsync nano htop iperf3 bind-utils unzip nfs-utils git wget net-tools make + dnf install -y sudo rsync nano htop iperf3 bind-utils unzip nfs-utils git wget net-tools make # install vm tools if [ "${VM}" == "true" ]; then @@ -128,11 +128,11 @@ elif [ "${OS}" == "CentOS" ]; then fi # https://github.com/BeyondTrust/pbis-open/issues/242 - cp /opt/pbis/share/rhel/8.0/pbis.pp /opt/pbis/share/ + #cp /opt/pbis/share/rhel/8.0/pbis.pp /opt/pbis/share/ # remove and then install pbis-open again - dnf remove -y pbis-open - dnf install -y pbis-open + #dnf remove -y pbis-open + #dnf install -y pbis-open fi # modify ssh to allow root login and then restart the service