From 75fa15eeceb0031f1c1b5306fab76a167f8451e9 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 22 May 2024 20:13:10 +0300 Subject: [PATCH] manual padding for prereq --- run_onchange_after_install_main_deps.sh.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -}}