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