diff --git a/setup/so-whiptail b/setup/so-whiptail index 43774cc00..2aa7bf10c 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -536,9 +536,10 @@ whiptail_nids() { [ -n "$TESTING" ] && return NIDS=$(whiptail --title "Security Onion Setup" --radiolist \ - "Choose which IDS to run:" 20 75 4 \ + "Choose which IDS to run. \n + Snort 3.0 support will be added once it is out of beta:" 25 75 4 \ "Suricata" "Suricata 4.X" ON \ - "Snort" "Snort 3.0 Beta" OFF 3>&1 1>&2 2>&3 ) + "Snort" "Placeholder for Snort 3.0 " OFF 3>&1 1>&2 2>&3 ) local exitstatus=$? whiptail_check_exitstatus $exitstatus