Merge pull request #11769 from Security-Onion-Solutions/TOoSmOotH-patch-7

Update soup
This commit is contained in:
Mike Reeves
2023-11-13 08:51:40 -05:00
committed by GitHub

View File

@@ -823,11 +823,12 @@ main() {
if [[ $is_airgap -eq 0 ]]; then if [[ $is_airgap -eq 0 ]]; then
update_airgap_repo update_airgap_repo
yum clean all dnf clean all
check_os_updates check_os_updates
elif [[ $OS == 'oracle' ]]; then elif [[ $OS == 'oracle' ]]; then
# sync remote repo down to local if not airgap # sync remote repo down to local if not airgap
repo_sync repo_sync
dnf clean all
check_os_updates check_os_updates
fi fi