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)