mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-30 11:54:13 +01:00
warn of unsupported os
This commit is contained in:
@@ -1002,14 +1002,6 @@ detect_os() {
|
||||
fi
|
||||
|
||||
info "Found OS: $OS $OSVER"
|
||||
if [[ $is_override ]]; then
|
||||
unset $not_supported
|
||||
fi
|
||||
if [[ $not_supported ]]; then
|
||||
info "This is not a supported OS. Exiting Setup"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
download_elastic_agent_artifacts() {
|
||||
|
||||
Reference in New Issue
Block a user