diff --git a/distros.sh b/distros.sh index ee9ea09..7dd7ccb 100755 --- a/distros.sh +++ b/distros.sh @@ -86,7 +86,7 @@ echo_warning() { } echo_note() { - echo "${BOLD}${GREEN}NOTE:${NC}${BRIGHT_GREEN} $1 ${NC}" + echo "${BOLD}${BRIGHT_GREEN}NOTE:${NC}${GREEN} $1 ${NC}" } # ─< Check if the given command exists silently >─────────────────────────────────────────