From 9b45c3f7c7c1ed38c1002cbf0a258af80d89a5d0 Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Thu, 15 May 2025 10:54:09 -0600 Subject: [PATCH] 1747328049 --- esp-idf-tools-cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-idf-tools-cmd.sh b/esp-idf-tools-cmd.sh index 773d9ca..460b666 100644 --- a/esp-idf-tools-cmd.sh +++ b/esp-idf-tools-cmd.sh @@ -88,7 +88,7 @@ else fi gitUpdateCmd="git -C $idfDir reset --hard; git -C $idfDir clean -df; git -C $idfDir pull $idfDir" # mayhapsnasst? -gitDevKits="git clone --recursive https://github.com/espressif/esp-dev-kits.git $installDir/esp-dev-kits" +gitDevKits="git clone --single-branch --depth 1 --jobs $gitJobs --recursive https://github.com/espressif/esp-dev-kits.git $installDir/esp-dev-kits" gitDevKitsUpdate="git -C $installDir/esp-dev-kits reset --hard; git -C $installDir/esp-dev-kits clean -df; git -C $installDir/esp-dev-kits pull" installCmd="$idfDir/install.sh all" toolsInstallCmd="python $idfDir/tools/idf_tools.py install all"