diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index ce7f9b2..b366397 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -91,7 +91,7 @@ pad() { } -{{ if eq .chezmoi.osRelease.id "almalinux" "rocky" -}} +{{ if eq .chezmoi.osRelease.id "almalinux" "rocky" "fedora" -}} echo -e "--> "$Blue$1$Blue"Installing prerequestative ncurses for this script's interface"$NC sudo dnf install ncurses -y 2>&1|pad