fix order of vars
This commit is contained in:
parent
df1d873bd7
commit
a2ba545fcd
@ -35,6 +35,17 @@ $Green""########################################################################
|
||||
"
|
||||
read
|
||||
|
||||
{{ if eq .chezmoi.osRelease.id "almalinux" -}}
|
||||
echo "Installing prerequestative ncurses for this script's interface"|pad
|
||||
sudo dnf install ncurses -y 2>&1|pad
|
||||
{{ end -}}
|
||||
|
||||
|
||||
#Setup
|
||||
TERM_WIDTH_BASE=$(tput cols)
|
||||
LINES=$(tput lines)
|
||||
USER=$(whoami)
|
||||
STEP=1
|
||||
|
||||
get_line ()
|
||||
{
|
||||
@ -85,17 +96,6 @@ pad() {
|
||||
}
|
||||
|
||||
|
||||
{{ if eq .chezmoi.osRelease.id "almalinux" -}}
|
||||
echo "Installing prerequestative ncurses for this script's interface"|pad
|
||||
sudo dnf install ncurses -y 2>&1|pad
|
||||
{{ end -}}
|
||||
|
||||
|
||||
#Setup
|
||||
TERM_WIDTH_BASE=$(tput cols)
|
||||
LINES=$(tput lines)
|
||||
USER=$(whoami)
|
||||
STEP=1
|
||||
|
||||
print_block
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user