From feb02c31f9d7192636f3a4e4b485a824b457d1ae Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 22 May 2024 20:34:32 +0300 Subject: [PATCH] blue line for prereqs --- run_onchange_after_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 493c6b6..266487e 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 "Installing prerequestative ncurses for this script's interface"|pad + echo -e "--> "$Blue$1$NC"Installing prerequestative ncurses for this script's interface"|pad sudo dnf install ncurses -y 2>&1|pad