This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
v0.4.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="4cca801cc44706dcf560f4b85efe4384e0b8d0f6d514494e78221303317690a8"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.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="df77e1b0c4f5746d466cd95b0da9c40a30c646b9283b110cedd66ca7c32b3f69"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.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="84a0e9bb6d98fa8747c4d42edb349c9498c27409609e2a6117cff4787ced553a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.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="f13b9435fb24907d4e3d1e07bbdef6e9c79031578e2e0560d136ed53fadb1329"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.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="be49fb4d5f2ac8e784b8dbdd7454553701c827dad7a111e74bd207ac0cb8b287"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.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="65b8ef9afeb5c88472b300de51c9d0deb4d183f24555fd391f9b1d83c55632fe"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.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="42998da6b962ec67644fbc4f019f2579dd0470dc7adb43580fda6c8f38ada26c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.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="5c258bc92e5ed93d39501b4831a396905ae1d0056f00a090ecac941b6172ab4b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.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="58f8d45b02744b4d6c43ceeaf7cb4b4edb38c4cc6da10995e2a8c8fe6bae69c5"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.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="70f9ceb61b314549436b0857a9d46bdbba18a6d3b204337ae7439293664c94e8"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.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="b6fc374a378756eeb6e03ce3ff2294c5f19ba6e61eb710e555a27dc1217c2bb5"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.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