From e6641673986d5b8d2f4033ad1008d9312df36685 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 25 May 2025 11:56:08 +0200 Subject: [PATCH] trying to fix errors.. --- ly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ly.sh b/ly.sh index dad09dd..fad2fb2 100644 --- a/ly.sh +++ b/ly.sh @@ -90,7 +90,7 @@ # ╭────────────────────────────────────────────────────────────────╮ # │ This variable stores the packages you provided for each distro │ # ╰────────────────────────────────────────────────────────────────╯ - declare -n pkgArray="${deps[$distro]}:${generalDeps[@]}" + declare -n pkgArray="${deps[$distro]} ${generalDeps[@]}" case "$distro" in debian | ubuntu | arch | fedora | alpine | opensuse)