This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Get nRF command line tools from terminal (without clicking any buttons)

Hello.
I used to download (& install) nRF Command Line tools from terminal with this command (in Dockerfile, but it doesn't matter)
RUN wget https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF5-command-line-tools/sw/nRF-Command-Line-Tools_9_8_1_Linux-x86_64.tar -O /tmp/nRF-Command-Line-Tools_9_8_1_Linux-x86_64.tar && \
tar xvf /tmp/nRF-Command-Line-Tools_9_8_1_Linux-x86_64.tar -C /home/build
Since you've changed the download structure on the webpage: is there any way to directly get that file (or newer version) without human interaction?
Parents Reply Children
No Data
Related