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

v0.4.6

Latest
Compare
Choose a tag to compare
@jessfraz jessfraz released this 25 Sep 14:45
· 9 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="9c7e8866ea42f0d6c9388abc8ca2a0f24f03a71f33f50f8df6cb285063710c2b"

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

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

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

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

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

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

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

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

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

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

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