break it while wip

This commit is contained in:
pika 2025-05-24 01:39:16 +02:00
parent 6701c116a4
commit d1e6291a2a

View file

@ -134,7 +134,7 @@ check-and-install() {
line
for pkg in "$@"; do
((accum++))
local count="[${accum}/${pkglength}]"
local count="$(echo [${accum}/${pkglength}])"
if ! command-exists $pkg; then
spin bold "$(pen bold yellow Installing "$count" $pkg)"
if run --err err pkg-install $pkg; then