From 37c31d3ce61330a6764f296a814467662980264d Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Fri, 25 Apr 2025 21:21:33 +0200 Subject: [PATCH] Add colour printing --- functions/check | 12 ++++++------ utils/logging | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/functions/check b/functions/check index fd4891e..5c4abe8 100644 --- a/functions/check +++ b/functions/check @@ -17,13 +17,13 @@ function check_remote() { function check_local() { if [[ $(get_current_novos_version) < $(get_cached_novos_version) ]]; then if ! test -f "$RUN_DIR/quiet"; then - cat<