manual padding fix for prereq
This commit is contained in:
parent
75fa15eece
commit
9966178c66
@ -36,7 +36,8 @@ $Green""########################################################################
|
|||||||
read
|
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"|awk '{print $Gray$0$NC}'|sed "s/^/$PADDING/"
|
||||||
|
|
||||||
sudo dnf install ncurses -y 2>&1|awk '{print $Gray$0$NC}'|sed "s/^/$PADDING/"
|
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