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