Skip to content

v0.4.2

Compare
Choose a tag to compare
@jessfraz jessfraz released this 16 Jul 03:33
· 16 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="0ebc7fb95a186a0518c443808e57d7298d855e4a4a05826631cb6fab40ce4b91"

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

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

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

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

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

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

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

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

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

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

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