warn of unsupported os

This commit is contained in:
m0duspwnens
2023-07-13 16:38:51 -04:00
parent f0c391e801
commit 4158e18675
3 changed files with 29 additions and 8 deletions

View File

@@ -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() {