trying to fix errors..
This commit is contained in:
parent
e664167398
commit
1aab1246ab
1 changed files with 3 additions and 1 deletions
4
ly.sh
4
ly.sh
|
@ -90,7 +90,9 @@
|
||||||
# ╭────────────────────────────────────────────────────────────────╮
|
# ╭────────────────────────────────────────────────────────────────╮
|
||||||
# │ This variable stores the packages you provided for each distro │
|
# │ This variable stores the packages you provided for each distro │
|
||||||
# ╰────────────────────────────────────────────────────────────────╯
|
# ╰────────────────────────────────────────────────────────────────╯
|
||||||
declare -n pkgArray="${deps[$distro]} ${generalDeps[@]}"
|
declare -n pkgArray="${deps[$distro]}"
|
||||||
|
|
||||||
|
pkgArray="${pkgArray[@]} ${generalDeps[@]}"
|
||||||
|
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
debian | ubuntu | arch | fedora | alpine | opensuse)
|
debian | ubuntu | arch | fedora | alpine | opensuse)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue