mch2022-template-app/install.sh

12 lines
199 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
2022-01-11 23:53:38 +00:00
set -u
# Fetch the SDK and all other submodules
git submodule update --init --recursive || exit 1
# Install the toolchain and other SDK tools
cd esp-idf
bash install.sh