Update so-setup

This commit is contained in:
Mike Reeves
2023-05-05 13:16:45 -04:00
committed by GitHub
parent 563c0631ba
commit 21ffcbf2fd

View File

@@ -608,9 +608,6 @@ if ! [[ -f $install_opt_file ]]; then
securityonion_repo securityonion_repo
# Update existing packages # Update existing packages
update_packages update_packages
# Download Elastic Agent Artifacts
title "Downloading Elastic Agent Artifacts"
download_elastic_agent_artifacts
# Install salt # Install salt
saltify saltify
# Start the master service # Start the master service
@@ -627,6 +624,9 @@ if ! [[ -f $install_opt_file ]]; then
logCmd "salt-call state.apply docker" logCmd "salt-call state.apply docker"
firewall_generate_templates firewall_generate_templates
set_initial_firewall_policy set_initial_firewall_policy
# Download Elastic Agent Artifacts
title "Downloading Elastic Agent Artifacts"
download_elastic_agent_artifacts
generate_ca generate_ca
generate_ssl generate_ssl