From d146d8e422740ecc38dcf3de6df06fbb689022ab Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 May 2025 01:40:50 +0200 Subject: [PATCH] break it while wip --- dream.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dream.sh b/dream.sh index d7883fd..bd2b611 100644 --- a/dream.sh +++ b/dream.sh @@ -134,12 +134,12 @@ check-and-install() { line for pkg in "$@"; do ((accum++)) - local count="$(echo [${accum}/${pkglength}])" + # local count="$(echo [${accum}/${pkglength}])" if ! command-exists $pkg; then - spin bold "$(pen bold yellow Installing "$count" $pkg)" + spin bold "$(pen bold green ${accum}/${pkglenght} Installed)" if run --err err pkg-install $pkg; then upclear - check "$(pen bold green $count Installed) $pkg" + check "$(pen bold green ${accum}/${pkglenght} Installed) $pkg" else upclear throw "Something went wrong! Could not install $(pen bold red $count $pkg)"