This commit is contained in:
rusefi 2023-06-08 17:54:09 -04:00
parent 1a949ff58f
commit a4e775e0d2
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ if [ ! -f "${TMP_DIR}"/*/bin/arm-none-eabi-ld ] ||\
cd "${TMP_DIR}"
curl -L -o "${archive}" "${URL}"
tar -xaf "${archive}"
echo "Cleaning ${archive}"
rm "${archive}"
else
echo "Toolkit already present"
@ -35,4 +36,5 @@ fi
# Create colloquially named link
cd "$SWD"
echo "Linking ${TMP_DIR} ${COLLOQUIAL}"
ln -sf "${TMP_DIR}"/* "${COLLOQUIAL}"