v0.5.4
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="2b9f1c638e71f07b85b859b8b302de75890f78703ef4fdb85820b20c822c7ae6"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.4/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="78148b678d532645bfac6db7fc07899a69c47c34cc59ed8f56e1e9c5189e8169"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.4/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="301a7541b4d2e55934b0c25a8c88a83cf6dcb4f17d3a152dd43373cf996bf7a2"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.4/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="12474111d66ce58ab32606c98ab5c9b9320a4a474dda93e2244f2d2dfff3b319"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.4/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="6895467cdc6b5eaf63c0cbf426e2e70a63d1a11b0a543e9350195a9c96f7c5ef"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.4/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="259818104b8fb1f5c9701a5cfbe4dbf042e4a12662f45af83af58321150c1f0a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.4/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="b6fa6eee20914081a103f46a0f80f4732738747e06e64877bff82e4e3e621902"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.4/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="74b3eb1e748e9fa442b2c3a291748deb3baecc55aff0ccfb1c742c0c6c2cd47d"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.4/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="27e15ecd7739759801e547af8cdd64b8a4abce9d49168bf48d34bb79c0f5ba6f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.4/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="b67f64e9f5ee3960f4216c15435943698466653d2c33eb8bd0f22dd469bc5978"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.4/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="eddcabc9411bc3520dcf9c50cc229e92efb8a793b19a6a756528c6db6fbe464e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.5.4/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