Skip to content

Commit 9ae6fc5

Browse files
authored
Merge pull request #12922 from Security-Onion-Solutions/dougburks-patch-1
FIX: Update so-whiptail to make installation screen more consistent #12921
2 parents 4f8aaba + 5fe8c6a commit 9ae6fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/so-whiptail

+2-2
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ whiptail_install_type() {
592592
"IMPORT" "Import PCAP or log files " \
593593
"EVAL" "Evaluation mode (not for production) " \
594594
"STANDALONE" "Standalone production install " \
595-
"DISTRIBUTED" "Distributed install submenu " \
596-
"DESKTOP" "Install Security Onion Desktop" \
595+
"DISTRIBUTED" "Distributed deployment " \
596+
"DESKTOP" "Security Onion Desktop" \
597597
3>&1 1>&2 2>&3
598598
)
599599
elif [[ "$OSVER" == "focal" ]]; then

0 commit comments

Comments
 (0)