@@ -166,9 +166,7 @@ Debian/Ubuntu
166166 mkdir -p ~ /Arduino/hardware/espressif && \
167167 cd ~ /Arduino/hardware/espressif && \
168168 git clone https://github.com/espressif/arduino-esp32.git esp32 && \
169- cd esp32 && \
170- git submodule update --init --recursive && \
171- cd tools && \
169+ cd esp32/tools && \
172170 python3 get.py
173171
174172 - Restart Arduino IDE.
@@ -181,9 +179,7 @@ Debian/Ubuntu
181179 mkdir -p espressif && \
182180 cd espressif && \
183181 git clone https://github.com/espressif/arduino-esp32.git esp32 && \
184- cd esp32 && \
185- git submodule update --init --recursive && \
186- cd tools && \
182+ cd esp32/tools && \
187183 python3 get.py
188184
189185 Fedora
@@ -203,9 +199,7 @@ Fedora
203199 mkdir -p ~ /Arduino/hardware/espressif && \
204200 cd ~ /Arduino/hardware/espressif && \
205201 git clone https://github.com/espressif/arduino-esp32.git esp32 && \
206- cd esp32 && \
207- git submodule update --init --recursive && \
208- cd tools && \
202+ cd esp32/tools && \
209203 python get.py
210204
211205 - Restart Arduino IDE.
@@ -228,9 +222,7 @@ openSUSE
228222 mkdir -p ~ /Arduino/hardware/espressif && \
229223 cd ~ /Arduino/hardware/espressif && \
230224 git clone https://github.com/espressif/arduino-esp32.git esp32 && \
231- cd esp32 && \
232- git submodule update --init --recursive && \
233- cd tools && \
225+ cd esp32/tools && \
234226 python get.py
235227
236228 - Restart Arduino IDE.
@@ -246,10 +238,8 @@ macOS
246238
247239 mkdir -p ~ /Documents/Arduino/hardware/espressif && \
248240 cd ~ /Documents/Arduino/hardware/espressif && \
249- git clone https://github.com/espressif/arduino-esp32.git esp32 --depth 1 && \
250- cd esp32 && \
251- git submodule update --init --recursive --depth 1 && \
252- cd tools && \
241+ git clone https://github.com/espressif/arduino-esp32.git esp32 && \
242+ cd esp32/tools && \
253243 python get.py
254244
255245 Where ``~/Documents/Arduino `` represents your sketch book location as per "Arduino" > "Preferences" > "Sketchbook location" (in the IDE once started). Adjust the command above accordingly.
0 commit comments