@@ -166,9 +166,7 @@ Debian/Ubuntu
166
166
mkdir -p ~ /Arduino/hardware/espressif && \
167
167
cd ~ /Arduino/hardware/espressif && \
168
168
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 && \
172
170
python3 get.py
173
171
174
172
- Restart Arduino IDE.
@@ -181,9 +179,7 @@ Debian/Ubuntu
181
179
mkdir -p espressif && \
182
180
cd espressif && \
183
181
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 && \
187
183
python3 get.py
188
184
189
185
Fedora
@@ -203,9 +199,7 @@ Fedora
203
199
mkdir -p ~ /Arduino/hardware/espressif && \
204
200
cd ~ /Arduino/hardware/espressif && \
205
201
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 && \
209
203
python get.py
210
204
211
205
- Restart Arduino IDE.
@@ -228,9 +222,7 @@ openSUSE
228
222
mkdir -p ~ /Arduino/hardware/espressif && \
229
223
cd ~ /Arduino/hardware/espressif && \
230
224
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 && \
234
226
python get.py
235
227
236
228
- Restart Arduino IDE.
@@ -246,10 +238,8 @@ macOS
246
238
247
239
mkdir -p ~ /Documents/Arduino/hardware/espressif && \
248
240
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 && \
253
243
python get.py
254
244
255
245
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