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