mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-28 11:53:37 +01:00
Network Install Script updates
This commit is contained in:
@@ -44,7 +44,7 @@ if (whiptail --title "Security Onion Setup" --yesno "Are you sure you want to in
|
||||
NIDS=$(whiptail --title "Security Onion Setup" --radiolist \
|
||||
"Choose which IDS to run:" 20 78 4 \
|
||||
"Suricata" "Evaluate all the things" ON 3>&1 1>&2 2>&3 )
|
||||
# Commented out until Snort releases 3.x
|
||||
# Commented out until Snort releases 3.x
|
||||
#"Snort" "Sensor join existing grid" OFF 3>&1 1>&2 2>&3 )
|
||||
|
||||
NSMSETUP=$(whiptail --title "Security Onion Setup" --radiolist \
|
||||
@@ -173,6 +173,10 @@ if (whiptail --title "Security Onion Setup" --yesno "Are you sure you want to in
|
||||
|
||||
fi
|
||||
|
||||
# Do that same thing on all the others but drop em into the right place
|
||||
if [ $INSTALLTYPE != 'SENSORONLY' ]; then
|
||||
|
||||
fi
|
||||
##MASTER
|
||||
# Add salt-key to sudoers file for socore with no password required
|
||||
|
||||
|
||||
Reference in New Issue
Block a user