manual padding for prereq
This commit is contained in:
parent
a2ba545fcd
commit
75fa15eece
@ -37,7 +37,8 @@ read
|
|||||||
|
|
||||||
{{ if eq .chezmoi.osRelease.id "almalinux" -}}
|
{{ 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"|pad
|
||||||
sudo dnf install ncurses -y 2>&1|pad
|
sudo dnf install ncurses -y 2>&1|awk '{print $Gray$0$NC}'|sed "s/^/$PADDING/"
|
||||||
|
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user