mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-13 19:51:23 +01:00
merge 2.4/dev
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ whiptail_airgap() {
|
||||
[[ $is_manager || $is_import ]] && node_str='manager'
|
||||
|
||||
INTERWEBS=$(whiptail --title "$whiptail_title" --menu \
|
||||
"How should this $node_str be installed?" 10 70 2 \
|
||||
"How should this $node_str be installed?\n\nFor more information, please see:\n$DOC_BASE_URL/airgap.html" 13 70 2 \
|
||||
"Standard " "This $node_str has access to the Internet" \
|
||||
"Airgap " "This $node_str does not have access to the Internet" 3>&1 1>&2 2>&3 )
|
||||
|
||||
@@ -592,8 +592,8 @@ whiptail_install_type() {
|
||||
"IMPORT" "Import PCAP or log files " \
|
||||
"EVAL" "Evaluation mode (not for production) " \
|
||||
"STANDALONE" "Standalone production install " \
|
||||
"DISTRIBUTED" "Distributed install submenu " \
|
||||
"DESKTOP" "Install Security Onion Desktop" \
|
||||
"DISTRIBUTED" "Distributed deployment " \
|
||||
"DESKTOP" "Security Onion Desktop" \
|
||||
3>&1 1>&2 2>&3
|
||||
)
|
||||
elif [[ "$OSVER" == "focal" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user