Skip to content

v1.1.0

Compare
Choose a tag to compare
@mtardy mtardy released this 21 Apr 10:22

Installation instruction for Linux amd64:

curl -fSL "https://github.com/quarkslab/kdigger/releases/download/v1.1.0/kdigger-linux-amd64.tar.gz" | tar -xz \
&& curl -fSL "https://github.com/quarkslab/kdigger/releases/download/v1.1.0/kdigger-linux-amd64.sha256" | sha256sum --quiet -c - \
&& chmod a+x kdigger-linux-amd64 \
&& sudo mv kdigger-linux-amd64 /usr/local/bin/kdigger \
&& kdigger

This command downloads the compressed binary, extracts it, downloads sha256 and checks file integrity, adds execution rights on the binary, installs the binary in /usr/local/bin, and finally runs the binary to display the default help message.

See the changelog for the new features and modifications of this minor version!