Merge pull request #12922 from Security-Onion-Solutions/dougburks-patch-1

FIX: Update so-whiptail to make installation screen more consistent #12921
This commit is contained in:
Doug Burks
2024-05-03 09:43:59 -04:00
committed by GitHub

View File

@@ -592,8 +592,8 @@ whiptail_install_type() {
"IMPORT" "Import PCAP or log files " \ "IMPORT" "Import PCAP or log files " \
"EVAL" "Evaluation mode (not for production) " \ "EVAL" "Evaluation mode (not for production) " \
"STANDALONE" "Standalone production install " \ "STANDALONE" "Standalone production install " \
"DISTRIBUTED" "Distributed install submenu " \ "DISTRIBUTED" "Distributed deployment " \
"DESKTOP" "Install Security Onion Desktop" \ "DESKTOP" "Security Onion Desktop" \
3>&1 1>&2 2>&3 3>&1 1>&2 2>&3
) )
elif [[ "$OSVER" == "focal" ]]; then elif [[ "$OSVER" == "focal" ]]; then