Initial Support

This commit is contained in:
Mike Reeves
2023-06-26 19:20:40 -04:00
parent 9de8814412
commit 6787b97c6a
2 changed files with 35 additions and 14 deletions

View File

@@ -91,8 +91,10 @@ if [[ $is_desktop ]]; then
title "This is a desktop install"
# Make sure it's CentOS or Rocky Linux
if [[ ! $is_rocky ]]; then
info "Security Onion Desktop is only supported on Rocky Linux 9"
if [[ $is_rocky || $is_centos ]]; then
info "Security Onion Desktop is supported on this OS."
else
info "Security Onion Desktop is not supported on this OS."
exit 1
fi