formatting
This commit is contained in:
parent
1569708998
commit
340b5b7e6d
@ -53,7 +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 "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
|
||||||
@ -79,8 +80,8 @@ menu(){
|
|||||||
do
|
do
|
||||||
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user