1
0
forked from finn/tinyboard

add option 0 to reconfigure network via setup.sh

This commit is contained in:
Justin Oros
2026-04-16 15:59:35 -07:00
parent 98986e615b
commit 912e553e06
2 changed files with 10 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ On a fresh Armbian device:
apt install git
git clone https://gut.oily.dad/justin/tinyboard
cd tinyboard
./spoke/setup-network.sh # configure static IP — SSH session will drop, reconnect
./setup.sh # choose option 1
./setup.sh # choose option 0 to configure static IP — SSH session will drop, reconnect
./setup.sh # choose option 1
```
### Onboarding a Spoke from the Hub
@@ -94,6 +94,7 @@ tinyboard/
### `setup.sh`
Entry point. Presents a menu:
0. Reconfigure network (static IP via netplan — SSH session will drop, reconnect)
1. Set up this device as a new spoke
2. Onboard a new spoke from the hub
3. Offboard a spoke from the hub