Don't list selected apps
This commit is contained in:
parent
d18a650483
commit
81a78f5b92
|
@ -976,11 +976,11 @@ function setup_apps {
|
|||
choose_apps_for_variant "$SYSTEM_TYPE"
|
||||
|
||||
echo $"System variant: $SYSTEM_TYPE"
|
||||
echo $'The following apps have been selected'
|
||||
echo ''
|
||||
function_check list_chosen_apps
|
||||
list_chosen_apps
|
||||
echo ''
|
||||
#echo $'The following apps have been selected'
|
||||
#echo ''
|
||||
#function_check list_chosen_apps
|
||||
#list_chosen_apps
|
||||
#echo ''
|
||||
|
||||
function_check upgrade_apps
|
||||
upgrade_apps
|
||||
|
|
Loading…
Reference in New Issue