green line for prereqs
This commit is contained in:
parent
feb02c31f9
commit
23366bed5e
@ -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" -}}
|
||||
|
Loading…
Reference in New Issue
Block a user