mch2022-template-app/install.sh
2021-12-29 20:27:49 +01:00

11 lines
192 B
Bash
Executable file

#!/usr/bin/env bash
set -e
# 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