pull/43/head
accius 2 days ago
parent 585923b04f
commit ee3a2487a0

@ -231,12 +231,12 @@ The backend server provides:
One-line install for Raspberry Pi: One-line install for Raspberry Pi:
```bash ```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): Or with kiosk mode (auto-starts fullscreen on boot):
```bash ```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: After installation:

@ -140,7 +140,7 @@ setup_repository() {
git pull git pull
else else
echo "Cloning repository..." 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" cd "$INSTALL_DIR"
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.