From 772ccf5062374a3556e20078cca83be3e4fd6380 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 May 2025 01:35:54 +0200 Subject: [PATCH] break it while wip --- dream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dream.sh b/dream.sh index d071518..7a1a4a7 100644 --- a/dream.sh +++ b/dream.sh @@ -135,7 +135,7 @@ check-and-install() { for pkg in "$@"; do ((accum++)) if ! command-exists $pkg; then - spin bold "$(pen bold yellow \"Installing [${accum}/${pkglength}]\") $pkg" + spin bold "$(pen bold yellow Installing [${accum}/${pkglength}] $pkg)" if run --err err pkg-install $pkg; then upclear check "$(pen bold green Installed) $pkg"