break it while wip

This commit is contained in:
pika 2025-05-24 01:41:27 +02:00
parent d146d8e422
commit 279fa70a9c

View file

@ -136,7 +136,7 @@ check-and-install() {
((accum++)) ((accum++))
# local count="$(echo [${accum}/${pkglength}])" # local count="$(echo [${accum}/${pkglength}])"
if ! command-exists $pkg; then if ! command-exists $pkg; then
spin bold "$(pen bold green ${accum}/${pkglenght} Installed)" spin bold "$(pen bold green '${accum}/${pkglenght} Installed')"
if run --err err pkg-install $pkg; then if run --err err pkg-install $pkg; then
upclear upclear
check "$(pen bold green ${accum}/${pkglenght} Installed) $pkg" check "$(pen bold green ${accum}/${pkglenght} Installed) $pkg"