Skip to content

v0.2.5

Compare
Choose a tag to compare
@jessfraz jessfraz released this 13 Nov 22:30
· 33 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 BANE_SHA256="67bc351bb4142058f7e0fdee5c8099796464cb66d9520599c2407ff6119d9279"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bane/releases/download/v0.2.5/bane-darwin-386" -o "/usr/local/bin/bane" \
	&& echo "${BANE_SHA256}  /usr/local/bin/bane" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bane"

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - darwin
# Export the sha256sum for verification.
$ export BANE_SHA256="b006e819e7405682bb6e16ba6ee4048db1fdee4f7f59dcc413c1c6bee81d44c9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bane/releases/download/v0.2.5/bane-darwin-amd64" -o "/usr/local/bin/bane" \
	&& echo "${BANE_SHA256}  /usr/local/bin/bane" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bane"

$ echo "bane installed!"

# Run it!
$ bane -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="2ae1018536642632910dbcb3e80a3a0ef361370138f16b5170df5071ed9f7044"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bane/releases/download/v0.2.5/bane-freebsd-386" -o "/usr/local/bin/bane" \
	&& echo "${BANE_SHA256}  /usr/local/bin/bane" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bane"

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export BANE_SHA256="3bd80222fbddf597382ba9cb8f1d78466e069ac2d056e9c422972dd0a0f7f4ff"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bane/releases/download/v0.2.5/bane-freebsd-amd64" -o "/usr/local/bin/bane" \
	&& echo "${BANE_SHA256}  /usr/local/bin/bane" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bane"

$ echo "bane installed!"

# Run it!
$ bane -h

linux

386 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="9997b3ed79b5d474322f6c1aa49df54196cbaeb95a20022fea79fe68640de31f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bane/releases/download/v0.2.5/bane-linux-386" -o "/usr/local/bin/bane" \
	&& echo "${BANE_SHA256}  /usr/local/bin/bane" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bane"

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="a85d716a315a0b74a043216812eafa5179d955451b77ad121a6a8413370fda9f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bane/releases/download/v0.2.5/bane-linux-amd64" -o "/usr/local/bin/bane" \
	&& echo "${BANE_SHA256}  /usr/local/bin/bane" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bane"

$ echo "bane installed!"

# Run it!
$ bane -h
arm - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="234bcafb5f5324c2cc980472dff2cebf1cccf01a2368a0bf465d1071b2538dd9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bane/releases/download/v0.2.5/bane-linux-arm" -o "/usr/local/bin/bane" \
	&& echo "${BANE_SHA256}  /usr/local/bin/bane" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bane"

$ echo "bane installed!"

# Run it!
$ bane -h
arm64 - linux
# Export the sha256sum for verification.
$ export BANE_SHA256="29cb9582701702263a23485af11ccdeb7e171eb5caad9761e5aa6954faaf0912"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bane/releases/download/v0.2.5/bane-linux-arm64" -o "/usr/local/bin/bane" \
	&& echo "${BANE_SHA256}  /usr/local/bin/bane" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bane"

$ echo "bane installed!"

# Run it!
$ bane -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export BANE_SHA256="9d40bdee6fa6bee22df6e4ce2bd7ad3caa85aa9f0da67114cf5ad9ac0d1b88f7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bane/releases/download/v0.2.5/bane-solaris-amd64" -o "/usr/local/bin/bane" \
	&& echo "${BANE_SHA256}  /usr/local/bin/bane" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bane"

$ echo "bane installed!"

# Run it!
$ bane -h

windows

386 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="304caf857ca2e234af973b3291c00efc9a11a8333530aa632cae5e4f5532ab83"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bane/releases/download/v0.2.5/bane-windows-386" -o "/usr/local/bin/bane" \
	&& echo "${BANE_SHA256}  /usr/local/bin/bane" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bane"

$ echo "bane installed!"

# Run it!
$ bane -h
amd64 - windows
# Export the sha256sum for verification.
$ export BANE_SHA256="b26cb218b1ef41b6ffd52b234aa5d208ac5e2e9d3fad5ff700f298fca59ac793"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bane/releases/download/v0.2.5/bane-windows-amd64" -o "/usr/local/bin/bane" \
	&& echo "${BANE_SHA256}  /usr/local/bin/bane" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/bane"

$ echo "bane installed!"

# Run it!
$ bane -h