Skip to content

v1.0.26

Choose a tag to compare

@fduflyer fduflyer released this 06 May 21:59
· 24 commits to main since this release

Add LOCAL_INSTALL test mode + smarter active-interface migration

LOCAL_INSTALL mode
Run the full installer without a GitHub release for local testing:

sudo LOCAL_INSTALL=1 bash install.sh

Copies binaries from dist/ in the same directory instead of downloading from GitHub. Intended for development/testing on the build Pi.

Smarter active interface handling
Instead of hard-blocking when the USB adapter is the active network interface, the installer now:

  1. Detects the conflict
  2. Finds the onboard (non-USB) wlan interface
  3. Migrates the network connection to it automatically
  4. Proceeds once the route is confirmed moved off the USB adapter
  5. Only fails hard if there is genuinely no onboard interface to fall back to

install.sh only — no binary changes.