From 6c10d072de43b4812c27e14edb072d8e7a9f8fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=B8=D0=BB=20=D0=93=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=B0=D1=80=D1=8C?= Date: Wed, 20 May 2026 18:14:39 +0300 Subject: [PATCH] Optimize git clone command by adding depth option for faster repository cloning --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 04ad65e..58f5d58 100644 --- a/install.sh +++ b/install.sh @@ -196,7 +196,7 @@ resolve_install_dir() { log_info "Cloning repo into $INSTALL_DIR..." mkdir -p "$(dirname "$INSTALL_DIR")" - git clone --branch dev "$REPO_URL" "$INSTALL_DIR"