Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

v0.2.1

Compare
Choose a tag to compare
@jessfraz jessfraz released this 01 Jan 16:43
· 56 commits to master since this release

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="9029137ec47a313d6f6f5a04a360b81c38116d3d587d903075a59d1d178e778d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.2.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="6b0864b884b1ac8b9ddfbabd11e6caf58a3e80c2c2bae38f96a058362ee5f930"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.2.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="e5807537886962eef41a2d083b661896b67a32bcbe2b19614b5ff73f08c0d237"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.2.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="3fc2254f0ad8e45b5494044d4a9cd7dbcf1b6068515e686fc1bf30fb30e2a9b7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.2.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="e9cd9401d97e3eece83f1c8922fb0c4cf456920b66f6824bdcf7b9ad01d690bf"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.2.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="ebfe8bb2c11f6de5c23f2c71a7347e2b1b4972e46124196eac1949af2ff77070"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.2.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="f2afc960e638906b6db73db7fa677a5b48628296eeb71c1a7cbc3c4199d90c63"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.2.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="75da876f472ca502ad08bdf34dc642244726182390eb30149274f965a86a45ec"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.2.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="68555ebee0ec5fff0dce87f2d4fe0e5bc1dba88e6c79d63b4e17874062e0b9d6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.2.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="f68a2b6618746333a5f0b0ba85196168e9a52e659b5e2f6f70077a45f97c24f1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.2.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="7445d987900b055fef6b3ca40171aa25368756984a3682a47bcb097bda3f8cd3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/audit/releases/download/v0.2.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