From 21ffcbf2fd051f53a8960bfe66f38fd2abcb720c Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 5 May 2023 13:16:45 -0400 Subject: [PATCH] Update so-setup --- setup/so-setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index d3dd76202..b1c4ce42b 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -608,9 +608,6 @@ if ! [[ -f $install_opt_file ]]; then securityonion_repo # Update existing packages update_packages - # Download Elastic Agent Artifacts - title "Downloading Elastic Agent Artifacts" - download_elastic_agent_artifacts # Install salt saltify # Start the master service @@ -627,6 +624,9 @@ if ! [[ -f $install_opt_file ]]; then logCmd "salt-call state.apply docker" firewall_generate_templates set_initial_firewall_policy + # Download Elastic Agent Artifacts + title "Downloading Elastic Agent Artifacts" + download_elastic_agent_artifacts generate_ca generate_ssl