v0.2.0
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="e1e030acb62afcf40cd828423333e001e9004f1f0de5127feacf51302f305692"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.0/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="046e3ea031d117b62acec7c834648656852f3ea624eb56f0ecb6122429c4b4a9"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.0/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="ab52552bc73541f1498ff79b49769396dc2fde5bec296e66cc92716917b0e68b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.0/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="9305e449389269579c954878f25fe9eedf18c7d3d7ba592d696b8370fbcaae82"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.0/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="8c10f300ee341cc695360a3554c985517a44e26dda03c847a48900a46da0ab8a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.0/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="e65761d2066ca32329d0037bb59feba32147a52827c1d5516211cf2a5107d3d6"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.0/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="672ab9a8d25140012c8e9b814571e4d3af8fcbb40c8051dd15387e325224ed69"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.0/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="04576f9bca843fb04451e66b85d6378f9a12f82ef8f5a1328fd8ee9d9262c626"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.0/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="70184316227e577700dc1cea89d7a728865522ccf30ed1d5adb30c8158d812d9"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.0/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="9149f36e6b6cdf62e445bdb893bfa9030c72ced7715466d4494ee20e545a68e1"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.0/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="1484d010b90c442cf9aaba9d64a0e6a57f9ef11d476241b9455d266dc114483b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.0/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