mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-14 05:02:52 +01:00
installer_prereq_packages is run for debian during detect_os so not needed again
This commit is contained in:
@@ -459,7 +459,6 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
whiptail_end_settings
|
whiptail_end_settings
|
||||||
elif [[ $is_sensor ]]; then
|
elif [[ $is_sensor ]]; then
|
||||||
info "Setting up as node type sensor"
|
info "Setting up as node type sensor"
|
||||||
installer_prereq_packages
|
|
||||||
monints=true
|
monints=true
|
||||||
check_requirements "sensor"
|
check_requirements "sensor"
|
||||||
calculate_useable_cores
|
calculate_useable_cores
|
||||||
@@ -489,7 +488,6 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
|
|
||||||
elif [[ $is_searchnode ]]; then
|
elif [[ $is_searchnode ]]; then
|
||||||
info "Setting up as node type searchnode"
|
info "Setting up as node type searchnode"
|
||||||
installer_prereq_packages
|
|
||||||
check_requirements "elasticsearch"
|
check_requirements "elasticsearch"
|
||||||
networking_needful
|
networking_needful
|
||||||
check_network_manager_conf
|
check_network_manager_conf
|
||||||
@@ -503,7 +501,6 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
|
|
||||||
elif [[ $is_heavynode ]]; then
|
elif [[ $is_heavynode ]]; then
|
||||||
info "Setting up as node type heavynode"
|
info "Setting up as node type heavynode"
|
||||||
installer_prereq_packages
|
|
||||||
monints=true
|
monints=true
|
||||||
check_requirements "heavynode"
|
check_requirements "heavynode"
|
||||||
calculate_useable_cores
|
calculate_useable_cores
|
||||||
@@ -520,7 +517,6 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
|
|
||||||
elif [[ $is_idh ]]; then
|
elif [[ $is_idh ]]; then
|
||||||
info "Setting up as node type idh"
|
info "Setting up as node type idh"
|
||||||
installer_prereq_packages
|
|
||||||
check_requirements "idh"
|
check_requirements "idh"
|
||||||
networking_needful
|
networking_needful
|
||||||
collect_mngr_hostname
|
collect_mngr_hostname
|
||||||
@@ -553,7 +549,6 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
|
|
||||||
elif [[ $is_receiver ]]; then
|
elif [[ $is_receiver ]]; then
|
||||||
info "Setting up as node type receiver"
|
info "Setting up as node type receiver"
|
||||||
installer_prereq_packages
|
|
||||||
check_requirements "receiver"
|
check_requirements "receiver"
|
||||||
networking_needful
|
networking_needful
|
||||||
collect_mngr_hostname
|
collect_mngr_hostname
|
||||||
|
|||||||
Reference in New Issue
Block a user