fix: shallow clone (--depth=1) to skip 3.5GB of ISO history blobs

This commit is contained in:
2026-05-26 01:00:00 +00:00
parent 68dccf958e
commit e9ee8caccf
+1 -1
View File
@@ -52,7 +52,7 @@ apt-get install -y \
# ── Kiosk repo ─────────────────────────────────────────────────────
echo "==> Cloning kiosk repo..."
if [ ! -d "$REPO_DIR" ]; then
git clone https://gitea.jgitta.com/jgitta/senior-kiosk.git "$REPO_DIR"
git clone --depth=1 https://gitea.jgitta.com/jgitta/senior-kiosk.git "$REPO_DIR"
fi
# ── Home screen ────────────────────────────────────────────────────