This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
v0.4.1
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="8dd3ee683e71f96e9e494f1e69c81513dce8db87c5bd03699bd4fb5523a93246"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.1/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="fb7303056382b5fb4dab4ad4a45b9375875257e7045c91bbf6859c0ef0fd2dc6"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.1/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="d0d5dac5234d3d2867302e564f827304ed1086975f7641fc8cac04235eb90147"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.1/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="a4116197967b479695d3a4693779bb01eadeb6d004d8fe4af086265245295688"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.1/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="64349a0e3337e4283c1b983eb9be6b3bf74d85bc9ccb085b33568f17789212da"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.1/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="47ae2c469968cb450f349225d32fde3ba9566facb70c10b26e12a9d2adbdbc54"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.1/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="85be0ff3536b9bed59c156b212dd98907d0f9aed6fe7af914ba5db4996bfa004"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.1/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="3a9a4103de9a592f8d8203d6021208293f8885bb4b33a5a3830ca80287301599"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.1/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="136e2e2ea6801df87fcdac959a646d1660fa92a5dbef8e0f24ec8f4db02c5f1e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.1/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="0b781f0f4a1f5302d34f43ba2bf894b0988ee497b7b7797df6355f1cc455f26b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.1/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="d8065422d01c50807a90c24e9d4e73a46e577dafafcd4cca845974cf336e6738"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.4.1/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