Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 495 Bytes

DOWNLOAD.md

File metadata and controls

16 lines (14 loc) · 495 Bytes

Download

Download the latest N3DR binary:

cd /tmp && \
curl -L https://github.com/030/n3dr/releases/download/7.5.2/n3dr-ubuntu-latest \
  -o n3dr-ubuntu-latest && \
curl -L https://github.com/030/n3dr/releases/download/7.5.2/\
n3dr-ubuntu-latest.sha512.txt \
  -o n3dr-ubuntu-latest.sha512.txt && \
sha512sum -c n3dr-ubuntu-latest.sha512.txt && \
chmod +x n3dr-ubuntu-latest && \
mv n3dr-ubuntu-latest n3dr && \
./n3dr --version