mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
715a7cb748
May still be necessary to reset some board before upload.
6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
git clone git://github.com/jgoppert/arduino-cmake.git tmp
|
|
cp -rf tmp/cmake/modules/* modules
|
|
cp -rf tmp/cmake/toolchains/* toolchains
|
|
rm -rf tmp
|