From 076d58f734f660fb8d9c1defe8fbe907f9e27314 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 22 May 2024 21:10:17 +0300 Subject: [PATCH] prereqs for fedora too --- run_onchange_after_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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