From f2628f2e5b7ed1aa800526ac88c0ad24a26dbc2d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 23 Apr 2021 12:09:41 -0400 Subject: [PATCH] Prime the CentOS Repos --- setup/so-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/so-functions b/setup/so-functions index d9309f098..ecf7a153d 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2342,6 +2342,7 @@ securityonion_repo() { else cp -f ../salt/repo/client/files/centos/securityonion.repo /etc/yum.repos.d/ fi + yum repolist all fi else echo "This is Ubuntu"