From 23366bed5e9e42bb3fb18413b6f6ba0dc87e7b61 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 22 May 2024 20:38:27 +0300 Subject: [PATCH] green line for prereqs --- run_onchange_after_install_main_deps.sh.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 266487e..13ca5c3 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -92,8 +92,7 @@ pad() { {{ if eq .chezmoi.osRelease.id "almalinux" -}} - echo -e "--> "$Blue$1$NC"Installing prerequestative ncurses for this script's interface"|pad - + echo -e "--> "$Blue$1$NC"Installing prerequestative ncurses for this script's interface" sudo dnf install ncurses -y 2>&1|pad {{ end -}} @@ -102,6 +101,9 @@ LINES=$(tput lines) print_block +{{ if eq .chezmoi.osRelease.id "almalinux" -}} +new_line "Installing prerequestative ncurses for this script's interface" +{{ end -}} new_line "Update caches and upgrade packages" {{ if eq .chezmoi.os "darwin" -}}