docs: update repository links for J-Board Lite

This commit is contained in:
JetSprow
2026-04-30 20:15:51 +10:00
parent db574ba473
commit d666f1450f
8 changed files with 18 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
GH_REPO="${GH_REPO:-JetSprow/J-Board}"
BRANCH="${BRANCH:-lite}"
GH_REPO="${GH_REPO:-JetSprow/J-Board-Lite}"
BRANCH="${BRANCH:-main}"
APP_DIR="${APP_DIR:-}"
REWRITE_ENV="${REWRITE_ENV:-}"
SKIP_DOCKER_INSTALL="${SKIP_DOCKER_INSTALL:-0}"