manual padding fix for prereq

This commit is contained in:
Anton Volnuhin 2024-05-22 20:15:18 +03:00
parent 75fa15eece
commit 9966178c66

View File

@ -36,7 +36,8 @@ $Green""########################################################################
read
{{ 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/"
{{ end -}}