From 112580eb6cd0deda9c7149dd82ff722328872edd Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 May 2025 18:59:35 +0200 Subject: [PATCH] wip --- distros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >─────────────────────────────────────────