prereqs for fedora too

This commit is contained in:
Anton Volnuhin 2024-05-22 21:10:17 +03:00
parent 43a6d02efd
commit 076d58f734

View File

@ -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