Skip to content

v0.4.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 02 Jan 15:45
· 87 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 PEPPER_SHA256="cb54b7ff6d9fa5b85c76a199c200a87d014af848d4025783d212ba21e8aa6339"

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

$ echo "pepper installed!"

# Run it!
$ pepper -h
amd64 - darwin
# Export the sha256sum for verification.
$ export PEPPER_SHA256="7cadafa63f1600e7d333f77485a028704965723cf4afc8307ba84b66b8f73f12"

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

$ echo "pepper installed!"

# Run it!
$ pepper -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export PEPPER_SHA256="d31ffd66fb17bc7dc1cd1157e813fe974a2375e6598cbb0ee07ec6a9310bc50f"

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

$ echo "pepper installed!"

# Run it!
$ pepper -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export PEPPER_SHA256="2c2f99cc270153f95853e408084f059b85ba6fe75557d509d37d6bb5c8ad2574"

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

$ echo "pepper installed!"

# Run it!
$ pepper -h

linux

386 - linux
# Export the sha256sum for verification.
$ export PEPPER_SHA256="9e17e6ec00125c0a77f7af8859f6f179872237e26e74e48be802a6d91ae5ac19"

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

$ echo "pepper installed!"

# Run it!
$ pepper -h
amd64 - linux
# Export the sha256sum for verification.
$ export PEPPER_SHA256="623bf5370c1cc1cbc60510df44d94b31481f791ae558f73ee48e965f963189e6"

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

$ echo "pepper installed!"

# Run it!
$ pepper -h
arm - linux
# Export the sha256sum for verification.
$ export PEPPER_SHA256="b218156bdbd81a2184a76f5b1c593d97d044a220553a5bc9e39d466580f6a25e"

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

$ echo "pepper installed!"

# Run it!
$ pepper -h
arm64 - linux
# Export the sha256sum for verification.
$ export PEPPER_SHA256="89355b5ce15351c59a7bb6eaa7a11ee8660929349305f43a4f74d3df95517820"

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

$ echo "pepper installed!"

# Run it!
$ pepper -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export PEPPER_SHA256="a5b876a4f3cde3199ee0af304084e4dd697d0316af9e2af3ae1460490dae4688"

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

$ echo "pepper installed!"

# Run it!
$ pepper -h

windows

386 - windows
# Export the sha256sum for verification.
$ export PEPPER_SHA256="7e2421b0ec817f46e005321b75935da96ec049e8ff8b99b5f47ad03aaf857cd2"

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

$ echo "pepper installed!"

# Run it!
$ pepper -h
amd64 - windows
# Export the sha256sum for verification.
$ export PEPPER_SHA256="1a37fb5edd1ef7cc2e957d33db1cce68cb3ed29def392736c3ab26bb7f8ba633"

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

$ echo "pepper installed!"

# Run it!
$ pepper -h