Skip to content

v0.2.1

Compare
Choose a tag to compare
@jessfraz jessfraz released this 07 Jun 15:40
· 42 commits to master since this release
v0.2.1
f0184c3

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="3ae4bdefbd47b90800054289324195bf0980f7a43f4d909770ed239e6a9f0f87"

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

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

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

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

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

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

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

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

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

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

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