1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Move win_sdk_install tools storage to LibrePilot

This commit is contained in:
unknown 2015-07-08 11:06:16 +02:00
parent 80cb3775bc
commit 63afbb88fa

View File

@ -32,9 +32,9 @@ if [ -x "$1" ]; then
fi
# Tools URLs to fetch
WGET_URL="http://wiki.openpilot.org/download/attachments/18612236/wget.exe"
MAKE_URL="http://wiki.openpilot.org/download/attachments/18612236/make.exe"
SEVENZIP_URL="http://wiki.openpilot.org/download/attachments/18612236/7za.exe"
WGET_URL="http://librepilot.github.io/tools/wget.exe"
MAKE_URL="http://librepilot.github.io/tools/make.exe"
SEVENZIP_URL="http://librepilot.github.io/tools/7za.exe"
# Expected tools paths
WGET="$TOOLS_DIR/bin/`basename \"$WGET_URL\"`"