From ef1faaea5dc5ba800a69e34815fb9ca8cfecaa91 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 19 May 2025 10:54:12 +0200 Subject: [PATCH] wip --- distros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros.sh b/distros.sh index eb0e711..e7450c8 100755 --- a/distros.sh +++ b/distros.sh @@ -148,7 +148,7 @@ checkAndInstall() { fi else # ─< else go though the list of items and do the same >─────────────────────────────────── - echo_pkg deps "${BRIGHT_YELLOW}Installing ${#@} packages.. - ${BRIGHT_BLUE} $* ${NC}" + echo_pkg deps "${BRIGHT_YELLOW}Installing ${RED}${#@}${BRIGHT_YELLOW} packages.. - ${BRIGHT_BLUE} $* ${NC}" for deps in "${@}"; do echo_pkg deps "Installing $deps" if ! command_exists $deps; then