diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 8bc015b..d81c353 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -92,7 +92,7 @@ pad() { {{ if eq .chezmoi.osRelease.id "almalinux" -}} - echo -e "--> "$Blue$1$NC"Installing prerequestative ncurses for this script's interface" + echo -e "--> "$Blue$1$Blue"Installing prerequestative ncurses for this script's interface"$NC sudo dnf install ncurses -y 2>&1|pad {{ end -}} @@ -101,9 +101,6 @@ LINES=$(tput lines) print_block -{{ if eq .chezmoi.osRelease.id "almalinux" -}} -new_line "Installing prerequestative ncurses for this script's interface" -{{ end -}} new_line "Update caches and upgrade packages" {{ if eq .chezmoi.os "darwin" -}}