From 1a570a92a004178815b94121e65b68deca898da9 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 May 2025 19:35:46 +0200 Subject: [PATCH] wip --- distros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros.sh b/distros.sh index e3de329..d3881b4 100755 --- a/distros.sh +++ b/distros.sh @@ -137,7 +137,7 @@ checkAndInstall() { fi else # ─< else go though the list of items and do the same >─────────────────────────────────── - echo "${BRIGHT_YELLOW}Installing package group -${BOLD}${RED} $@ ${NC}" + echo_pkg deps "${BRIGHT_YELLOW}Installing package group -${BOLD}${RED} $@ ${NC}" for deps in "${@}"; do echo_pkg deps "Installing $deps" if ! command_exists $deps; then