v1.0.26
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.shCopies 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:
- Detects the conflict
- Finds the onboard (non-USB) wlan interface
- Migrates the network connection to it automatically
- Proceeds once the route is confirmed moved off the USB adapter
- Only fails hard if there is genuinely no onboard interface to fall back to
install.sh only — no binary changes.