Merge pull request #43 from accius/Modular-Staging

fix url
pull/65/head
accius 2 days ago committed by GitHub
commit e6a243ba8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -231,12 +231,12 @@ The backend server provides:
One-line install for Raspberry Pi:
```bash
curl -sSL https://raw.githubusercontent.com/k0cjh/openhamclock/main/scripts/setup-pi.sh | bash
curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-pi.sh | bash
```
Or with kiosk mode (auto-starts fullscreen on boot):
```bash
curl -sSL https://raw.githubusercontent.com/k0cjh/openhamclock/main/scripts/setup-pi.sh | bash -s -- --kiosk
curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-pi.sh | bash -s -- --kiosk
```
After installation:

@ -140,7 +140,7 @@ setup_repository() {
git pull
else
echo "Cloning repository..."
git clone https://github.com/k0cjh/openhamclock.git "$INSTALL_DIR"
git clone https://github.com/accius/openhamclock.git "$INSTALL_DIR"
cd "$INSTALL_DIR"
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.