This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
Releases: genuinetools/audit
Releases · genuinetools/audit
v0.1.3
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="9322e5c06fae8b23b1e3b16254771247dda6562182568e058fc2fd0bcfc0f2ee"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.1.3/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="9757fc9c0ae09a4ae80b97f7e46a21d201b8b71fe24c83e774096958bb84e96b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.1.3/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="7b842078fdf49125c796b5f7ec5a8d58e5e137d800825fc9588e6547dc38815a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.1.3/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="61a0d9e16d9cfc4568f2b9eca4957d51be291d7c5a837dbf424cc14554a94054"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.1.3/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="ec3211944f4bbbfd012c1287cdec9225a1c48ff348f7d702593dc6d11be9f41d"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.1.3/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="aacb5bf39ca8afe44f6f49c9ce156b6b35e13b1dfb3820ca8d338fa3cbb0dab6"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.1.3/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="a16f2856f9f5952188444139e42c62ebf478aca1d6ecfdfb7c731c4ceefa8281"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.1.3/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="4789801d044ac820933588186e39cbf7d8c438d98335b3c9de4ebca28a39e710"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.1.3/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="5bd85db8e84c81a71f9ebca5f3b388428406088316f013195df0391315b0b667"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.1.3/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="59b2f45be8425d9340354cca3b84161bb1a6d9d5209dbd78f8827ac5b8dc4dc2"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.1.3/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="ba26bbe9c53a998d4912944bf462ee9e394c986ef9c855afcbee192d0bb7730f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.1.3/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