break it while wip

This commit is contained in:
pika 2025-05-24 01:35:54 +02:00
parent 5dca625144
commit 772ccf5062

View file

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