mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Setup Script - removed whiptail color settings and use the default
This commit is contained in:
@@ -301,14 +301,6 @@ whiptail_bond_nics() {
|
||||
whiptail_check_exitstatus $exitstatus
|
||||
|
||||
}
|
||||
whiptail_colors() {
|
||||
NEWT_COLORS='
|
||||
window=,red
|
||||
border=white,red
|
||||
textbox=white,red
|
||||
button=black,white
|
||||
'
|
||||
}
|
||||
|
||||
whiptail_check_exitstatus() {
|
||||
if [ $1 == '1' ]; then
|
||||
@@ -427,7 +419,6 @@ whiptail_you_sure() {
|
||||
# End Functions
|
||||
|
||||
# Check for prerequisites
|
||||
whiptail_colors
|
||||
echo "Checking for Root"
|
||||
got_root
|
||||
echo "Detecting OS"
|
||||
|
||||
Reference in New Issue
Block a user