This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
v0.3.0
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="2c26c67e3ad57fc61ed5b4d7702e6c2c368037d902ead48250cad3d63b85a398"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.3.0/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="f7a363c77a536c95a4dd75eab690fdc44d91fcdbde0a683814d037a56c82bb3b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.3.0/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="b19b9fca8d4d95fa379141d36e80d93ac23c3ab197d03335fc2a468be67143bd"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.3.0/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="aa0d090f6830d059a9a81670f4055882ffbaeecfd270824a538cdc302e98a883"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.3.0/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="d07c1d9771249188c671b5446d8cb7be1f8e8523c56f57d33dc9e4ed695e3854"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.3.0/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="52ef929cd52479cac9f8639b926e6587ff79c630f1e1160b66e9a733e39c677a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.3.0/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="1686ec72f606d378cabcf3a53df82d0e51b4af791e6dc86e12585795c6948732"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.3.0/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="3ef5c7e4f29fc2cc48c52d0ff5874f826db1df51b428c5a229d10473693b0a94"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.3.0/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="4380d0f7e399340411f1829409e41a7c7d38a9a52c3ad6121021dc454902849d"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.3.0/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="f47d462cc6b5ca8f92200133e817c5aad43eeeeeffa1fba75f54789f73d9ac43"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.3.0/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="767e00c5c2311201949efa2844eff46ad0d6d46c0ab68f28bd8d32c7114e950c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.3.0/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