setup after prereqs

This commit is contained in:
Anton Volnuhin 2024-05-22 20:03:36 +03:00
parent 3755c47b90
commit 0ea094c467

View File

@ -18,11 +18,6 @@ if [ "$TERM" == "xterm-kitty" ];then
export TERM="xterm-256color" export TERM="xterm-256color"
fi fi
#Setup
TERM_WIDTH_BASE=$(tput cols)
LINES=$(tput lines)
USER=$(whoami)
STEP=1
cd cd
@ -94,6 +89,14 @@ pad() {
echo "Installing prerequestative ncurses for this script's interface"|pad echo "Installing prerequestative ncurses for this script's interface"|pad
sudo dnf install ncurses sudo dnf install ncurses
{{ end -}} {{ end -}}
#Setup
TERM_WIDTH_BASE=$(tput cols)
LINES=$(tput lines)
USER=$(whoami)
STEP=1
print_block print_block
new_line "Update caches and upgrade packages" new_line "Update caches and upgrade packages"