From 3241e70067bc8167487d4af781f2b4df42f7fab1 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 22 May 2025 15:26:12 +0200 Subject: [PATCH] testing --- test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index 188e88d..a60a4e8 100755 --- a/test.sh +++ b/test.sh @@ -78,9 +78,10 @@ spin-get-dependencies() { spin-installation() { local pkglist="$@" local pkg err out - line pen bold green "Starting installation now.." - for pkg in "${pkglist[@]}"; do + line + + for pkg in "$pkglist"; do spin grey "Installing $pkg" if run --err err --out out pkg-install $pkg; then check green "$pkg installed!"