Merge pull request #14162 from Security-Onion-Solutions/TOoSmOotH-patch-2

Update so-functions
This commit is contained in:
Jason Ertel
2025-01-29 10:12:20 -05:00
committed by GitHub

View File

@@ -2291,6 +2291,9 @@ update_packages() {
retry 150 10 "apt-get -y update" "" "Err:" >> "$setup_log" 2>&1 || fail_setup
info "Running apt-get upgrade"
retry 150 10 "apt-get -y upgrade" >> "$setup_log" 2>&1 || fail_setup
else
info "Updating packages"
logCmd "dnf -y update --allowerasing --exclude=salt*,docker*,containerd*"
fi
}