testing also the new beautiful script
This commit is contained in:
parent
16ffd85d42
commit
e57d617f9a
1 changed files with 2 additions and 1 deletions
3
rofi.sh
3
rofi.sh
|
@ -53,7 +53,7 @@
|
||||||
declare -A deps=(
|
declare -A deps=(
|
||||||
[debian]="depsDebian"
|
[debian]="depsDebian"
|
||||||
[ubuntu]="depsDebian"
|
[ubuntu]="depsDebian"
|
||||||
# [fedora]="depsFedora"
|
[fedora]="depsFedora"
|
||||||
[arch]="depsArch"
|
[arch]="depsArch"
|
||||||
# [alpine]="depsAlpine"
|
# [alpine]="depsAlpine"
|
||||||
# [opensuse]="depsOpensuse"
|
# [opensuse]="depsOpensuse"
|
||||||
|
@ -63,6 +63,7 @@
|
||||||
# ╭────────────────────────────────────────────────────────────────╮
|
# ╭────────────────────────────────────────────────────────────────╮
|
||||||
# │ 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]}"
|
declare -n pkgArray="${deps[$distro]}"
|
||||||
|
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue