Skip to content

v0.5.1

Compare
Choose a tag to compare
@jessfraz jessfraz released this 12 Jun 15:50
· 58 commits to master since this release

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

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

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

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

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

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

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

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

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

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

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

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