From 9f00e799b6163469301f97d5f740075139081ddb Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 5 Feb 2018 19:52:12 -0500 Subject: [PATCH] Network Install Script updates --- so-setup-network.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 84adc287a..ac0014509 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -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