v1.1.0
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!