During interactive install bypass the app selecting stage
This will ensure that apps all get separate passwords assigned
This commit is contained in:
parent
a9756f6baf
commit
df8886a222
|
@ -876,13 +876,6 @@ function setup_apps {
|
||||||
function_check upgrade_apps
|
function_check upgrade_apps
|
||||||
upgrade_apps
|
upgrade_apps
|
||||||
|
|
||||||
if [[ $is_interactive == "menuconfig"* ]]; then
|
|
||||||
${PROJECT_NAME}-addremove add-all
|
|
||||||
if [ ! "$?" = "0" ]; then
|
|
||||||
exit 72524
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ $is_interactive == "noninteractive" || $is_interactive == "headless" ]]; then
|
if [[ $is_interactive == "noninteractive" || $is_interactive == "headless" ]]; then
|
||||||
function_check install_apps
|
function_check install_apps
|
||||||
install_apps
|
install_apps
|
||||||
|
|
Loading…
Reference in New Issue