From 30ae6b43dcd7faa62b3a51157bb25032d064d420 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Fri, 12 Jun 2020 09:58:15 -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 3301794..43b7cba 100644 --- a/update.sh +++ b/update.sh @@ -109,7 +109,7 @@ elif [ "${OS}" == "CentOS" ]; then dnf install -y elrepo-release epel-release yum-utils # download the repo for PBIS-Open for SSO and Domain - dnf-config-manager --add-repo http://repo.pbis.beyondtrust.com/yum/pbiso.repo + yum-config-manager --add-repo http://repo.pbis.beyondtrust.com/yum/pbiso.repo # clean the yum cache dnf clean all