From 9966178c66c3ee0f97eefbeb2e0bac577908f3cf Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 22 May 2024 20:15:18 +0300 Subject: [PATCH] manual padding fix 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 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 -}}