mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Additional Helix Support
This commit is contained in:
@@ -153,6 +153,7 @@ if (whiptail_you_sure) ; then
|
||||
## Master ##
|
||||
####################
|
||||
if [ $INSTALLTYPE == 'HELIXSESOR']; then
|
||||
whiptail_helix_apikey
|
||||
whiptail_homenet_master
|
||||
whiptail_rule_setup
|
||||
# Get the code if it isn't ET Open
|
||||
|
||||
@@ -169,6 +169,15 @@ whiptail_eval_adv_warning() {
|
||||
whiptail --title "Security Onion Setup" --msgbox "Please keep in mind the more services that you enable the more RAM that is required." 8 75
|
||||
}
|
||||
|
||||
whiptail_helix_apikey() {
|
||||
HELIXAPIKEY=$(whiptail --title "Security Onion Setup" --inputbox \
|
||||
"Enter your Helix API Key" 10 75 3>&1 1>&2 2>&3)
|
||||
|
||||
local exitstatus=$?
|
||||
whiptail_check_exitstatus
|
||||
|
||||
}
|
||||
|
||||
whiptail_homenet_master() {
|
||||
|
||||
# Ask for the HOME_NET on the master
|
||||
|
||||
Reference in New Issue
Block a user