title of course

This commit is contained in:
Heavybullets8 2022-07-26 14:31:30 -06:00
parent 09acdf6ac2
commit 218ff297fc

View File

@ -43,7 +43,7 @@ menu(){
script_name="heavy_script.sh" script_name="heavy_script.sh"
cd "$script_path" || exit cd "$script_path" || exit
clear -x clear -x
title
echo "What type of update would you like?" echo "What type of update would you like?"
echo "1) -U | Update all applications, ignores versions" echo "1) -U | Update all applications, ignores versions"
echo "2) -u | Update all applications, does not update Major releases" echo "2) -u | Update all applications, does not update Major releases"
@ -68,6 +68,7 @@ menu(){
while true while true
do do
clear -x clear -x
title
echo "Choose your update options " echo "Choose your update options "
echo echo
echo "1) -b | Back-up your ix-applications dataset, specify a number after -b" echo "1) -b | Back-up your ix-applications dataset, specify a number after -b"