v0.5.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="16046a0a054e4525f866c5f824a831f0343c1c3b1a12613f160637a547f6c918"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.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="2a45282e746d07eca6b538b80e33b759af183850b2b35843e4f02d6b914d7127"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.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="c85357cd1775e1287db28514839a6509e037415f40ec37b0e7c0c3616ddc66d6"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.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="816fdb208266c0823e103eff6e708c1866afb3b203aecbf46e61b29e4775427d"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.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="13ecb68d2ca0c4064840e1ff576111e654090c0dfc090f9f552cfb5ee966b2b7"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.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="4408674a72f775235ee1b868b9677b6cd7e7327d549342866e02ac15d1513bd2"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.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="c00f7c4b6cd25588b3443b3331cb5f3591228d1938a7a0a093ec666f6dbfd48f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.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="ec5bca79fbdc07f5b33edb57573d51444830e52c66927bf7c80ba8bd768687c1"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.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="67009a9997ad7c4581b3e8d780fb55afd00e57720a7586408f22aecbcece1efa"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.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="b915487635d2ec918f6856c5257e8ad1daf1d7d9759c6d3ba6a35dde6eb3e8e3"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.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="753bfedb921f0bc86da39aef571e5db6da77e108bef74f73eae20ae2d1b91f14"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.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