From 3e69b973ec35edf68c4a83e19b823aaedeeb3caf Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 May 2025 18:31:05 +0200 Subject: [PATCH] wip --- distros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros.sh b/distros.sh index 643e90e..79da87d 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 >─────────────────────────────────── - echo "${YELLOW} Installing package group - ${RED} $@ ${NC}" + printf "${YELLOW} Installing package group - ${RED} $@ ${NC}" for deps in "${@}"; do echo_info "Installing $deps" if ! command_exists $deps; then