From 4cdbf5af11dc6e052eae234bf46204fb43280e1f Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 May 2025 02:12:57 +0200 Subject: [PATCH] fixing it again.. --- dream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dream.sh b/dream.sh index bc92d7d..1c02465 100644 --- a/dream.sh +++ b/dream.sh @@ -151,7 +151,7 @@ check-and-install() { ((accum++)) local count="[${accum}/${pkglength}]" if ! command-exists $pkg; then - spin bold "$(pen bold yellow $count) $(pen bold yellow Installing) $pkg" + spin bold "$(pen bold yellow Installing) $pkg $(pen bold green $count)" if run --err err pkg-install $pkg; then upclear check "$(pen bold green Installed) $pkg $(pen bold yellow $count)"