blue line is really blue now

This commit is contained in:
Anton Volnuhin 2024-05-22 20:45:23 +03:00
parent fb61db6d62
commit 6b5a595d1d

View File

@ -92,7 +92,7 @@ pad() {
{{ if eq .chezmoi.osRelease.id "almalinux" -}} {{ if eq .chezmoi.osRelease.id "almalinux" -}}
echo -e "--> "$Blue$1$NC"Installing prerequestative ncurses for this script's interface" echo -e "--> "$Blue$1$Blue"Installing prerequestative ncurses for this script's interface"$NC
sudo dnf install ncurses -y 2>&1|pad sudo dnf install ncurses -y 2>&1|pad
{{ end -}} {{ end -}}
@ -101,9 +101,6 @@ LINES=$(tput lines)
print_block 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" new_line "Update caches and upgrade packages"
{{ if eq .chezmoi.os "darwin" -}} {{ if eq .chezmoi.os "darwin" -}}