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)"