Skip to content

Commit

Permalink
修复失效的下载地址 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
forhuan authored Mar 9, 2021
1 parent c435c04 commit d79b2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir ./SDK
mv /tmp/nRF5_SDK_15.3.0_59ac345/* ./SDK/

# Tool
wget https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF-command-line-tools/sw/Versions-10-x-x/10-12-1/nRFCommandLineTools10121Linuxamd64tar.gz -O /tmp/nRF-command-line-tools.tar.gz
wget https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF-command-line-tools/sw/Versions-10-x-x/10-12-1/nRFCommandLineTools10121Linuxamd64.tar.gz -O /tmp/nRF-command-line-tools.tar.gz
mkdir /tmp/tools
tar xf /tmp/nRF-command-line-tools.tar.gz -C /tmp/tools
tar xf /tmp/tools/nRF-Command-Line-Tools_10_12_1.tar -C /tmp/tools
Expand Down

0 comments on commit d79b2f8

Please sign in to comment.