From e57d617f9af6cc4c8c193a8b3381d5b621166fe3 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 21 May 2025 22:35:30 +0200 Subject: [PATCH] testing also the new beautiful script --- rofi.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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