This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
v0.4.2
Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.
darwin
386 - darwin
# Export the sha256sum for verification.
$ export AUDIT_SHA256="00ce310178053f1f7a4fb615723e57533b620a547a34e3701cdefa452991fb24"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.2/audit-darwin-386" -o "/usr/local/bin/audit" \
&& echo "${AUDIT_SHA256} /usr/local/bin/audit" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/audit"
$ echo "audit installed!"
# Run it!
$ audit -h
amd64 - darwin
# Export the sha256sum for verification.
$ export AUDIT_SHA256="c716cd5f8fb925e26abe7e6ea77eef66888634bb42809b84f7b80290e87fb681"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.2/audit-darwin-amd64" -o "/usr/local/bin/audit" \
&& echo "${AUDIT_SHA256} /usr/local/bin/audit" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/audit"
$ echo "audit installed!"
# Run it!
$ audit -h
freebsd
386 - freebsd
# Export the sha256sum for verification.
$ export AUDIT_SHA256="f541b91d05046ec737690d3543a51e0be84d82c3f07f332ee1b55a49997aa15d"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.2/audit-freebsd-386" -o "/usr/local/bin/audit" \
&& echo "${AUDIT_SHA256} /usr/local/bin/audit" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/audit"
$ echo "audit installed!"
# Run it!
$ audit -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export AUDIT_SHA256="7676ddb951d4a5d20dcdfc04e82bd768cc3890caa6e56c5a945d6c8bdc0aa30c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.2/audit-freebsd-amd64" -o "/usr/local/bin/audit" \
&& echo "${AUDIT_SHA256} /usr/local/bin/audit" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/audit"
$ echo "audit installed!"
# Run it!
$ audit -h
linux
386 - linux
# Export the sha256sum for verification.
$ export AUDIT_SHA256="96b8b83445d822e6a8c58d494fc99fbeb72dca7b4724ad56860ed201f31f973f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.2/audit-linux-386" -o "/usr/local/bin/audit" \
&& echo "${AUDIT_SHA256} /usr/local/bin/audit" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/audit"
$ echo "audit installed!"
# Run it!
$ audit -h
amd64 - linux
# Export the sha256sum for verification.
$ export AUDIT_SHA256="78e427009950fa2422a0ab6e65b9a67c693ea33e22afd62c4ddb96c0f4d153ee"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.2/audit-linux-amd64" -o "/usr/local/bin/audit" \
&& echo "${AUDIT_SHA256} /usr/local/bin/audit" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/audit"
$ echo "audit installed!"
# Run it!
$ audit -h
arm - linux
# Export the sha256sum for verification.
$ export AUDIT_SHA256="29836423c963f5e18263f38bd4c3d68c8e29796ae3b4a65f6f9af9efba295048"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.2/audit-linux-arm" -o "/usr/local/bin/audit" \
&& echo "${AUDIT_SHA256} /usr/local/bin/audit" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/audit"
$ echo "audit installed!"
# Run it!
$ audit -h
arm64 - linux
# Export the sha256sum for verification.
$ export AUDIT_SHA256="a80f77a0b4736873cb797bd100b6c410e8cacace005028d63a499d53141a1154"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.2/audit-linux-arm64" -o "/usr/local/bin/audit" \
&& echo "${AUDIT_SHA256} /usr/local/bin/audit" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/audit"
$ echo "audit installed!"
# Run it!
$ audit -h
solaris
amd64 - solaris
# Export the sha256sum for verification.
$ export AUDIT_SHA256="732d7db65c8587df2dd0822e8a38bd826287483ba7398da424e580fde9159677"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.2/audit-solaris-amd64" -o "/usr/local/bin/audit" \
&& echo "${AUDIT_SHA256} /usr/local/bin/audit" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/audit"
$ echo "audit installed!"
# Run it!
$ audit -h
windows
386 - windows
# Export the sha256sum for verification.
$ export AUDIT_SHA256="673cfd4a00780098c08c9b8cd5d5562af375f85c5e9a45f9e05e63553ec79530"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.2/audit-windows-386" -o "/usr/local/bin/audit" \
&& echo "${AUDIT_SHA256} /usr/local/bin/audit" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/audit"
$ echo "audit installed!"
# Run it!
$ audit -h
amd64 - windows
# Export the sha256sum for verification.
$ export AUDIT_SHA256="f1380a5814e90f8c49e6e6d235b97b8860b38c3b668c278096708122737a54a9"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.2/audit-windows-amd64" -o "/usr/local/bin/audit" \
&& echo "${AUDIT_SHA256} /usr/local/bin/audit" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/audit"
$ echo "audit installed!"
# Run it!
$ audit -h