Skip to content

Releases: genuinetools/pepper

v0.3.0

02 Jan 06:19
Compare
Choose a tag to compare

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="d5a4eab9ed532607db5c6da7eed68a7227ace1a20cab29233e82535f3c29a834"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.3.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="78def2e10cd08c3442a3d6fc21db9975108bb8edd19480256dad316cfdca094f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.3.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="6e163b7104065d252eff21442238dbb55047ccb23aa7436f19a743cd6321803a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.3.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="4907db1d9d64e0ec3e9ad77dc32591502847f1ecf3cbd868deb0fdd90d31acd9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.3.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="e8a9feabf276a493c71ee2b83b1738a62df4034ebeeeeacc15f82ff4c6cc8b31"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.3.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="794087972e8d74ff4d1d05e059b60208d9160c82fcf0d1aaf702159959f87953"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.3.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="68e1a09baa71482f96e58b44187ece879274c2044faad41d55d491e3291843ea"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.3.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="cdfac5941e1c6b3895d84c3ab6a0cbc3ffb53c09b2bb8dbabc8738a647a322dd"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.3.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="f08abf94818452221c6d669c0e969546b1cee675e76ac98691958702fbfbc7a6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.3.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="0f7e83b99c2274f41b4cba3eb024171b26e9a696052ed273dcd05fefbd0f276e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.3.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="ff11c75a562d98686fbdeef79814575fc883ced46856dc9f2808bd01fa765be7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.3.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

v0.2.1

01 Jan 18:08
Compare
Choose a tag to compare

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="df84966f3d8411c477e082bbd57e4b8605b79dfaecf4480f12b559e2b5ee96b6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.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="a89d5c1cceb5604ac17cf2aa8a9275430461d50755888e6bc30dfb3573720542"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.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="2e3308b9c512d65c4f7a59fc5fa45c5d410ed2d06aced16694b6605963a6a547"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.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="728859ef0f882771ca296f8c0e83b74e24644e347d297b337ab0dc77e38a3ea8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.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="9ee0462ccda84596a687e8e5d65b56a8c38b66527c17dbcaebc7de596a5c0eab"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.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="2eca6e9b1f012e90149f43a89328e1f24699f77348f97054db56b53808279f80"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.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="ea8b3320dd8992fed608fb0d901c61d3ebc296f4d7a013bb2ba481256873982a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.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="106e5d564023c272faafec5780233ceb3047929ef1843e38564b0ac5dd27e753"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.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="83d115d13991b6befb044086b75ca4480b95ff4e53c17c9cb206b05f949f69b9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.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="dcfcd96252713a879a07a4b05b82cc6927709eb1b342458737cefbcf7af783cb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.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="77cbf6d8e17d73b3db984e881b36425f1920b2039296e2fd15961510bdffe72d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.2.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

v0.2.0

01 Jan 18:08
Compare
Choose a tag to compare

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

v0.1.2

13 Nov 23:24
Compare
Choose a tag to compare

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="839174553fee63f37365798413f64d68d9f1d2ea604910491d1a4ebfb75c91a1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.1.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="2ef92a15d1f16f9f3e34bfcebbf0048b2d1e7dafe1517fdd56c2b930d4b3e94e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.1.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="0721bdc6660a5e9fc0837f6ecd50851d908045dcdc8d4aa114ab048d469c9b8d"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.1.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="47da6c3f9c19ce99b2b46fea50eb2f66a749d3963c7bc656c9ee8c05a063ba04"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.1.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="78228bdb8a2b574a0e8db40cbb2d1607abf817d2f5912ae6d878b1527bc47a05"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.1.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="49811acd02fd8942def818452e0d58a7e05e7336f06b2a102a7f26593903feec"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.1.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="2d75456bff20fb92c296e1ecdd793af235dd77b011fb8442817d55d42d59e6db"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.1.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="282280b33efea58fab77ae83694e172ae59dfb4f8c49f721ef6474304ddb8e59"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.1.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="e99843c721852a80805b9aa9ddf18c5e49380da5210ad2463a83cd309b34115e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.1.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="c695bd1946bb96d73334d8fc71bcfb9446e1d4361c07d8b2a1be9a799feaf79c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.1.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="acfe9b499469b52f048d6cd194d80c997ec197da54606e49b6e36e0212e480ee"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/pepper/releases/download/v0.1.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