|
@@ -1345,6 +1345,17 @@ function interactive_config {
|
1345
|
1345
|
choose_static_ip
|
1346
|
1346
|
choose_default_domain_name
|
1347
|
1347
|
choose_email_address
|
|
1348
|
+
|
|
1349
|
+ function_check create_completion_file
|
|
1350
|
+ create_completion_file
|
|
1351
|
+
|
|
1352
|
+ function_ckeck detect_installable_apps
|
|
1353
|
+ detect_installable_apps
|
|
1354
|
+
|
|
1355
|
+ function_check choose_apps_for_variant
|
|
1356
|
+ choose_apps_for_variant "$SYSTEM_TYPE"
|
|
1357
|
+
|
|
1358
|
+ function_check install_apps_interactive
|
1348
|
1359
|
install_apps_interactive
|
1349
|
1360
|
|
1350
|
1361
|
# delete the temporary configuration file
|