mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-29 04:13:13 +01:00
warn of unsupported os
This commit is contained in:
@@ -64,6 +64,14 @@ done
|
||||
|
||||
# Let's see what OS we are dealing with here
|
||||
detect_os
|
||||
if [[ $not_supported ]]; then
|
||||
if (whiptail_unsupported_os_warning); then
|
||||
true
|
||||
else
|
||||
info "User cancelled setup."
|
||||
whiptail_cancel
|
||||
fi
|
||||
fi
|
||||
|
||||
# Check to see if this is the setup type of "desktop".
|
||||
is_desktop=
|
||||
|
||||
Reference in New Issue
Block a user