Skip to content

v0.4.1

Compare
Choose a tag to compare
@jessfraz jessfraz released this 14 Jul 16:23
· 19 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="8e1d6772e6fd496a638a31d09acf5d965f474627b784fd8b9729d439902a09ef"

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

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

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

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

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

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

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

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

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

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

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