From a08272aaef30329226bc4a1ac2bb020373a7494e Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 17:47:53 +0200 Subject: [PATCH] wip --- distros.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/distros.sh b/distros.sh index f4d25a9..bc64ced 100755 --- a/distros.sh +++ b/distros.sh @@ -52,6 +52,7 @@ run() { } checkAndInstall() { + echo "DEBUG:: GOT ARRAY :: $@" for deps in "$@"; do echo_info "Installing $deps" if ! command_exists $deps; then