From d2e623747d4c71e77bd01cc4601e3b2497005362 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 10 Jan 2023 11:34:50 -0500 Subject: [PATCH] ensure yum-utils and createrepo are installed from so remote repo --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index fb6cb7c48..83000cb54 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1926,7 +1926,7 @@ repo_sync_local() { if [[ ! "$REPOSYNC" -gt 0 ]]; then # Install reposync info "Installing createrepo" - logCmd "yum -y install yum-utils createrepo" + logCmd "yum install -y -c /root/repodownload.conf --disablerepo='*' --enablerepo='securityonionsync' yum-utils createrepo" else info "We have what we need to sync" fi