v3-revamp-fedora

This commit is contained in:
2026-07-06 14:49:52 +02:00
parent b2b11b98eb
commit e15cd6060e
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ color_yellow() { printf '%b' "$YELLOW"; }
color_cyan() { printf '%b' "$CYAN"; }
color_red() { printf '%b' "$RED"; }
color_green() { printf '%b' "$GREEN"; }
color_gray() { printf '%b' "$GRAY"; }
color_reset() { printf '%b' "$RESET"; }
#------------------------------------------
+1
View File
@@ -21,6 +21,7 @@ color_yellow() { printf '%b' "$YELLOW"; }
color_cyan() { printf '%b' "$CYAN"; }
color_red() { printf '%b' "$RED"; }
color_green() { printf '%b' "$GREEN"; }
color_gray() { printf '%b' "$GRAY"; }
color_reset() { printf '%b' "$RESET"; }
#------------------------------------------
+2
View File
@@ -21,8 +21,10 @@ color_yellow() { printf '%b' "$YELLOW"; }
color_cyan() { printf '%b' "$CYAN"; }
color_red() { printf '%b' "$RED"; }
color_green() { printf '%b' "$GREEN"; }
color_gray() { printf '%b' "$GRAY"; }
color_reset() { printf '%b' "$RESET"; }
#------------------------------------------
# Use exported variables from main detection script
#------------------------------------------