Merge pull request #11184 from Security-Onion-Solutions/wheelwatchdog

dont need to repo_sync rocky or centos
This commit is contained in:
Josh Patterson
2023-08-28 09:53:34 -04:00
committed by GitHub

View File

@@ -780,7 +780,7 @@ main() {
if [[ $is_airgap -eq 0 ]]; then
yum clean all
check_os_updates
elif [[ $OS == 'oel' || $OS == 'rocky'|| $OS == 'centos' ]]; then
elif [[ $OS == 'oel' ]]; then
# sync remote repo down to local if not airgap
repo_sync
check_os_updates