mch2022-talktopics/install.sh
Renze Nicolai 932246024c More tests
2022-01-12 00:53:38 +01:00

12 lines
199 B
Bash
Executable file

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