mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #11769 from Security-Onion-Solutions/TOoSmOotH-patch-7
Update soup
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user