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