testing..

This commit is contained in:
pika 2025-05-23 20:23:21 +02:00
parent 3b02c9a536
commit 03ccb7cab6

View file

@ -142,6 +142,7 @@ check-and-install() {
# ─< else go though the list of items and do the same >───────────────────────────────────
pen grey "Packages to install: $(pen green bold $pkgs)"
for pkg in "$@"; do
upclear
if ! command-exists $pkg; then
spin bold "$(pen bold yellow Installing) $pkg"
if run --err err pkg-install $pkg; then