trying to fix errors..
This commit is contained in:
parent
b182e805f8
commit
e664167398
1 changed files with 1 additions and 1 deletions
2
ly.sh
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue