Skip to content

v0.6.3

Compare
Choose a tag to compare
@jessfraz jessfraz released this 25 Sep 14:51
· 17 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="9503eec4bc4286c28faff4e80fde4178be30493e6fdda351379884b88118ddb6"

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

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

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

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

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

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

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

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

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

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

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