Update default branch from main to 4.1 in Pi docs

Branch 4.1 includes Reed-Solomon error correction for DCT
steganography which is required for reliable operation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-04 22:59:32 -05:00
parent c54a96894c
commit bb91e41d3d
4 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ On a fresh Raspberry Pi OS Lite (64-bit) installation:
```bash
# Download and run (recommended)
wget -O setup.sh https://raw.githubusercontent.com/adlee-was-taken/stegasoo/main/rpi/setup.sh
wget -O setup.sh https://raw.githubusercontent.com/adlee-was-taken/stegasoo/4.1/rpi/setup.sh
chmod +x setup.sh
./setup.sh
```
@@ -16,7 +16,7 @@ chmod +x setup.sh
Or clone the repo:
```bash
git clone https://github.com/adlee-was-taken/stegasoo.git
git clone -b 4.1 https://github.com/adlee-was-taken/stegasoo.git
cd stegasoo/rpi
./setup.sh
```
@@ -134,7 +134,7 @@ In advanced settings, set:
ssh admin@stegasoo.local
# Download and run setup script
wget -O setup.sh https://raw.githubusercontent.com/adlee-was-taken/stegasoo/main/rpi/setup.sh
wget -O setup.sh https://raw.githubusercontent.com/adlee-was-taken/stegasoo/4.1/rpi/setup.sh
chmod +x setup.sh
./setup.sh
```