This commit is contained in:
Heavybullets8 2022-07-26 16:28:35 -06:00
parent 7845b76d2b
commit 9df82d6cc9

View File

@ -53,8 +53,8 @@ menu(){
cd "$script_path" || exit cd "$script_path" || exit
clear -x clear -x
title title
echo "Choose your update type" echo "Choose Your Update Type"
echo "_______________________" echo "-----------------------"
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"
echo echo
@ -81,7 +81,7 @@ menu(){
clear -x clear -x
title 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"
echo "2) -i | Add application to ignore list, one by one, see example below." echo "2) -i | Add application to ignore list, one by one, see example below."
echo "3) -r | Roll-back applications if they fail to update" echo "3) -r | Roll-back applications if they fail to update"