From b3a950cfa5ba971e6aaf038c14e4e2d7c322b988 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 May 2025 18:31:41 +0200 Subject: [PATCH] wip --- distros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros.sh b/distros.sh index 79da87d..166cd6c 100755 --- a/distros.sh +++ b/distros.sh @@ -64,7 +64,7 @@ checkAndInstall() { fi else # ─< else go though the list of items and do the same >─────────────────────────────────── - printf "${YELLOW} Installing package group - ${RED} $@ ${NC}" + printf "${YELLOW} Installing package group - ${RED} %s ${NC}" "$@" for deps in "${@}"; do echo_info "Installing $deps" if ! command_exists $deps; then