Force an update after repo is configured

This commit is contained in:
Mike Reeves
2023-03-16 09:49:57 -04:00
parent d0955b3e91
commit 53e93f01c6

View File

@@ -1959,6 +1959,7 @@ securityonion_repo() {
echo "Syncing Repo" echo "Syncing Repo"
repo_sync_local repo_sync_local
fi fi
logCmd "dnf -y update"
fi fi
} }