diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 184132c..05a0a19 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -36,7 +36,8 @@ $Green""######################################################################## read {{ if eq .chezmoi.osRelease.id "almalinux" -}} - echo "Installing prerequestative ncurses for this script's interface"|pad + echo "Installing prerequestative ncurses for this script's interface"|awk '{print $Gray$0$NC}'|sed "s/^/$PADDING/" + sudo dnf install ncurses -y 2>&1|awk '{print $Gray$0$NC}'|sed "s/^/$PADDING/" {{ end -}}