7 lines
107 B
Bash
7 lines
107 B
Bash
#!/usr/bin/env sh
|
|
|
|
git submodule update --init
|
|
|
|
pip install --no-cache-dir setuptools
|
|
pipx install esptool
|