Skip to content

Commit 3ecbe5c

Browse files
authored
Merge branch 'master' into release/v5.5
2 parents da49b4a + ac45e2d commit 3ecbe5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/install-esp-idf.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ fi
3333

3434
if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
3535
git -C $IDF_PATH submodule update --init --recursive
36-
$IDF_PATH/install.sh
36+
echo "Installing ESP-IDF..."
37+
$IDF_PATH/install.sh > /dev/null
3738
export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
3839
export IDF_BRANCH=$(git -C "$IDF_PATH" symbolic-ref --short HEAD || git -C "$IDF_PATH" tag --points-at HEAD)
3940

0 commit comments

Comments
 (0)