Fix the rest of the analyst entries

This commit is contained in:
Mike Reeves
2023-06-26 16:26:55 -04:00
parent cb8faf7c5f
commit 6adef20a06
4 changed files with 24 additions and 23 deletions

View File

@@ -88,7 +88,7 @@ fi
# Check to see if this is an desktop install. If it is let's run things differently
if [[ $is_desktop ]]; then
title "This is an desktop workstation install"
title "This is a desktop install"
# Make sure it's CentOS or Rocky Linux
if [[ ! $is_rocky ]]; then