From b121054a3b850e299436d31c287744c0bbe992d4 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 19 May 2025 11:00:41 +0200 Subject: [PATCH] TESTING --- distros.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distros.sh b/distros.sh index 57ab474..8e15ec4 100755 --- a/distros.sh +++ b/distros.sh @@ -97,7 +97,7 @@ echo_pkg() { else case "$1" in deps) - echo "${BOLD}${RED}${PACKAGE:-PKG}-dependencies:${NC}${YELLOW} $2 ${NC}" + echo "${BOLD}${RED}${PACKAGE:-PKG}-dependencies:${BRIGHT_YELLOW} $2 ${NC}" ;; *) echo "${BOLD}${RED}${PACKAGE:-PKG}-$1:${NC}${YELLOW} $2 ${NC}" @@ -153,7 +153,7 @@ checkAndInstall() { # ─< else go though the list of items and do the same >─────────────────────────────────── echo_pkg deps "${BRIGHT_YELLOW}Installing ${RED}${#@}${BRIGHT_YELLOW} packages.. - ${BRIGHT_BLUE} $* ${NC}" for deps in "${@}"; do - echo_pkg deps "Installing $deps" + # echo_pkg deps "Installing $deps" if ! command_exists $deps; then if run _install "$deps"; then echo_pkg deps "$deps - ${GREEN}installed"