Don't try to install apps within config command
This commit is contained in:
parent
9783a402cc
commit
9188a52cbf
|
@ -1346,10 +1346,6 @@ function interactive_config {
|
||||||
choose_default_domain_name
|
choose_default_domain_name
|
||||||
choose_email_address
|
choose_email_address
|
||||||
|
|
||||||
detect_installable_apps
|
|
||||||
choose_apps_for_variant ${SYSTEM_TYPE}
|
|
||||||
install_apps interactive
|
|
||||||
|
|
||||||
# delete the temporary configuration file
|
# delete the temporary configuration file
|
||||||
if [ -f temp.cfg ]; then
|
if [ -f temp.cfg ]; then
|
||||||
shred -zu temp.cfg
|
shred -zu temp.cfg
|
||||||
|
|
Loading…
Reference in New Issue