v0.6.1
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="03815ae551117808611dcfb176032d53f65c6dae7302712e0040b25f19889abb"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.1/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="3a002382616197baf3966a41725a15c3d790dc39a222be36dc60f13c2199ea58"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.1/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="e28f65567cfe8d71aeb26b085bdb1084860d4e1dba6f5b72e916189243aa229f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.1/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="6718819e5a8547c7cc2c21d82d0f55c6906f266f9df33baa86991f2693ffc881"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.1/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="bd4e83a2aeb3d6be5f398c5960f2226372982a2fc8cff1b9324d1451d0143fd1"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.1/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="d5f47539ddd6c7ffbc5375fb04fe9c61ef18f7dd0b134f83594c0c6a97d43ef2"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.1/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="39c0bc5411154cd5f8b0ad60a6a00c050f7947493bbd3f187a79e189073bcb88"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.1/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="505b53dd2d9865c8cbdbee40cd92a027b623ff4f09ca6eb35e9a418190fb8af9"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.1/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="a106089ba99fb12b1641c2d0ac371291164129e98c13246df68a6f550c477e35"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.1/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="385bb5c99d05b725dacbc91c0e07b4042b0bb7453ca04cff1922cd05c00c812a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.1/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="c927114b871f25cfd9fee27b595d8e77783ea4f9e69d1f128d2c9956ca6691c5"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.1/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