enlarge whiptail for install type selection

This commit is contained in:
m0duspwnens
2020-08-07 11:16:52 -04:00
parent 2c6a20fee9
commit 24b77fa855

View File

@@ -471,7 +471,7 @@ whiptail_install_type() {
# What kind of install are we doing? # What kind of install are we doing?
install_type=$(whiptail --title "Security Onion Setup" --radiolist \ install_type=$(whiptail --title "Security Onion Setup" --radiolist \
"Choose install type:" 12 65 3 \ "Choose install type:" 10 65 4 \
"EVAL" "Evaluation mode (not for production) " ON \ "EVAL" "Evaluation mode (not for production) " ON \
"STANDALONE" "Standalone production install " OFF \ "STANDALONE" "Standalone production install " OFF \
"DISTRIBUTED" "Distributed install submenu " OFF \ "DISTRIBUTED" "Distributed install submenu " OFF \