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?