feat: integrate network and server handshake into installer flow
This commit is contained in:
parent
57ece79693
commit
1d3262d69f
@ -26,7 +26,9 @@ log_info "Installer Root: $INSTALLER_ROOT"
|
||||
[[ "$DRY_RUN" == true ]] && log_warn "Dry-Run aktiv"
|
||||
|
||||
run_module "$SCRIPT_DIR/modules/00_preflight.sh" "always"
|
||||
run_module "$SCRIPT_DIR/modules/05_network.sh" "always"
|
||||
run_module "$SCRIPT_DIR/modules/10_hardware.sh" "always"
|
||||
run_module "$SCRIPT_DIR/modules/15_server_handshake.sh" "always"
|
||||
run_module "$SCRIPT_DIR/modules/20_storage.sh" "dry-run-safe"
|
||||
run_module "$SCRIPT_DIR/modules/99_finish.sh" "always"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user