diff --git a/install.sh b/install.sh index 4baca3a..dfd67e9 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ #!/bin/bash mkdir -p ~/esp git clone --recursive https://github.com/PrincessPi3/esp-idf-tools.git ~/esp/esp-idf-tools -bash ~/esp/esp-idf-tools/esp-idf-tools-cmd.sh install \ No newline at end of file +bash ~/esp/esp-idf-tools/esp-idf-tools-cmd.sh # run as default noninteractive mode \ No newline at end of file