fixing it again..

This commit is contained in:
pika 2025-05-24 02:12:57 +02:00
parent b8e22c0d59
commit 4cdbf5af11

View file

@ -151,7 +151,7 @@ check-and-install() {
((accum++)) ((accum++))
local count="[${accum}/${pkglength}]" local count="[${accum}/${pkglength}]"
if ! command-exists $pkg; then 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 if run --err err pkg-install $pkg; then
upclear upclear
check "$(pen bold green Installed) $pkg $(pen bold yellow $count)" check "$(pen bold green Installed) $pkg $(pen bold yellow $count)"