From 03ccb7cab6f4ca051fd1e75402e65b6f14957c2e Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 23 May 2025 20:23:21 +0200 Subject: [PATCH] testing.. --- dream.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dream.sh b/dream.sh index 38ac631..3a08353 100644 --- a/dream.sh +++ b/dream.sh @@ -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