Skip to content

v1.0.22

Choose a tag to compare

@fduflyer fduflyer released this 06 May 02:15
· 31 commits to main since this release

Improve installer: move NetworkManager config before user prompts

Problem: NetworkManager configuration runs after the user has already entered their node name and location. If SSH drops during this step, users have to re-run the installer and re-enter all their information from scratch.

Fix: NetworkManager config now runs immediately after adapter detection — before any user prompts. If SSH drops, reconnect and re-run; the NM step is already done and you only need to enter your node name and location once.

Also added: A prominent SSH disconnection warning with a Press Enter confirmation gate before the nmcli command fires, so users know what's about to happen.

install.sh only — no binary changes.