From 9e70e386b6b62f7568f8e7d6371b52f49f0603fe Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 May 2025 01:16:08 +0200 Subject: [PATCH] wip --- dream.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dream.sh b/dream.sh index 9217b46..2dc0386 100644 --- a/dream.sh +++ b/dream.sh @@ -145,10 +145,13 @@ check-and-install() { # else local pkglength="${#@}" # ─< else go though the list of items and do the same >─────────────────────────────────── - if ! pen grey "Packages to install: $(pen green bold $pkglength)"; then - exit 1 - fi - + # if ! pen grey "Packages to install: $(pen green bold $pkglength)"; then + # exit 1 + # fi + pen grey "Packages to install: $(pen green bold $pkglength)" + for a in "$@"; do + pen red bold "DEBUG: $a" + done line for pkg in "$@"; do if ! command-exists $pkg; then