fix: shallow clone (--depth=1) to skip 3.5GB of ISO history blobs
This commit is contained in:
+1
-1
@@ -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 ────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user