1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 03:19:58 +03:00
inav/install-toolchain.sh
2019-03-09 19:07:26 +01:00

5 lines
264 B
Bash
Executable file

#!/bin/bash
if [ ! -d $PWD/gcc-arm-none-eabi-8-2018-q4-major/bin ] ; then
curl --retry 10 --retry-max-time 120 -L "https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2" | tar xfj -
fi