v0.6.2
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="c476094f5e905b9e946a833c520af3c10a85da35fdd0693a68c0be9761381a07"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.2/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="ee526245545594389ebcad568df0d240b6c6ecdb61f224f6ed11abda2fafb737"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.2/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="447f2cb626da3edb1dd06fd2b66e509e8148b28f1d9cbf3c0e6b306a4f929940"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.2/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="1940ddb9799284a80303ff3ae46a05d9660643b5a7341f23a9736151e09080c1"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.2/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="f513ce7688dcf6cb691219b01b1ed20c86354083c03cb4992344c71e2648cbc0"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.2/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="785a5013825a066946417def7ac71d6d471dc17138d002b256d84fc2f00bdc8e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.2/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="8653bb6dc5df9ed8f0ce8478e6e814b623ac7cdfd2b822d0e33a2974c199d42c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.2/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="f1bb38999244fcdf7fe91f550a0aa787ca4df7c10a647f550f2b1a37d428dc7c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.2/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="1282e00c70375c3eccddd0c1e7175c6aedf7306b93cd61776446580f068d6d44"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.2/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="5a9a9f4583d5bbc9f6883f00f437a622df19e36f89174f5eb714bbcdd3138914"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.2/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="abe7bafc0796edf1cd9e88897a5fa0eef32beb390a3d70610e84d82fe46f8040"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.6.2/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