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

v0.2.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 01 Jan 16:34
· 58 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="5126bcd917d18b4d332ba74a8bd0c7bd76e94d86b4172ece825511154be324d4"

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

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

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

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

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

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

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

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

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

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

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