diff --git a/rofi.sh b/rofi.sh index 7ffb0e9..7163a5b 100644 --- a/rofi.sh +++ b/rofi.sh @@ -53,7 +53,7 @@ declare -A deps=( [debian]="depsDebian" [ubuntu]="depsDebian" - # [fedora]="depsFedora" + [fedora]="depsFedora" [arch]="depsArch" # [alpine]="depsAlpine" # [opensuse]="depsOpensuse" @@ -63,6 +63,7 @@ # ╭────────────────────────────────────────────────────────────────╮ # │ This variable stores the packages you provided for each distro │ # ╰────────────────────────────────────────────────────────────────╯ + declare -n pkgArray="${deps[$distro]}" case "$distro" in