Update soup

This commit is contained in:
Mike Reeves
2023-11-13 08:37:46 -05:00
committed by GitHub
parent aeb09b16db
commit fe7af49a82

View File

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