Skip to content

v0.5.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 11 Mar 14:50
· 78 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="e3e419beea1660a4f3a819bb6978313ef4dabe3380dc9c33fdf31546f192203f"

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

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

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

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

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

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

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

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

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

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

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