Skip to content

v0.2.1

Compare
Choose a tag to compare
@jessfraz jessfraz released this 14 Jul 17:18
· 21 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 PASTEBINIT_SHA256="2b5d921feed1f671f0c18c9b7fdf8ecd451f4416b4b32b430b4d5f19d63d78bd"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.1/pastebinit-darwin-386" -o "/usr/local/bin/pastebinit" \
	&& echo "${PASTEBINIT_SHA256}  /usr/local/bin/pastebinit" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/pastebinit"

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - darwin
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="ce5919f1a26ea439f8545aa7e4b9f62dc091a8688ab45bdd20a7d193479408b1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.1/pastebinit-darwin-amd64" -o "/usr/local/bin/pastebinit" \
	&& echo "${PASTEBINIT_SHA256}  /usr/local/bin/pastebinit" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/pastebinit"

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="afb7de0501de2203a35f3f14ef048d4010a6a1c00e828583f19540e77233f21a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.1/pastebinit-freebsd-386" -o "/usr/local/bin/pastebinit" \
	&& echo "${PASTEBINIT_SHA256}  /usr/local/bin/pastebinit" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/pastebinit"

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="9801144767ff2a29866fcd0159fef8f161c22540e290da9ae7892139f6ab08fa"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.1/pastebinit-freebsd-amd64" -o "/usr/local/bin/pastebinit" \
	&& echo "${PASTEBINIT_SHA256}  /usr/local/bin/pastebinit" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/pastebinit"

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

linux

386 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="a756b02fd4f5cc225a1203234db2d2e756d04eec1d206cd4e59d06e6bd52385e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.1/pastebinit-linux-386" -o "/usr/local/bin/pastebinit" \
	&& echo "${PASTEBINIT_SHA256}  /usr/local/bin/pastebinit" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/pastebinit"

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="fc4aa6706bf9f7bebe1d4f301a24cc0ad6c6a29e339e08a758e74a22f95e9adb"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.1/pastebinit-linux-amd64" -o "/usr/local/bin/pastebinit" \
	&& echo "${PASTEBINIT_SHA256}  /usr/local/bin/pastebinit" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/pastebinit"

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="18d10e66939216c626a70ff21fbd146718ac1f00ac9a006972896786a90795f1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.1/pastebinit-linux-arm" -o "/usr/local/bin/pastebinit" \
	&& echo "${PASTEBINIT_SHA256}  /usr/local/bin/pastebinit" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/pastebinit"

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
arm64 - linux
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="4f317d5a6031f1ca1a25620c2de5fae9116de17dd5703a2d35bc5530536f6b37"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.1/pastebinit-linux-arm64" -o "/usr/local/bin/pastebinit" \
	&& echo "${PASTEBINIT_SHA256}  /usr/local/bin/pastebinit" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/pastebinit"

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="8602b2af21f3d9697abf6f4d5b2e35383a4b8997211b1da3265537d9d2e1f649"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.1/pastebinit-solaris-amd64" -o "/usr/local/bin/pastebinit" \
	&& echo "${PASTEBINIT_SHA256}  /usr/local/bin/pastebinit" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/pastebinit"

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h

windows

386 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="a0b79b859ad621b8cb7a190aecd1221c0a0798f7e3ec56e73af140888d17636e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.1/pastebinit-windows-386" -o "/usr/local/bin/pastebinit" \
	&& echo "${PASTEBINIT_SHA256}  /usr/local/bin/pastebinit" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/pastebinit"

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h
amd64 - windows
# Export the sha256sum for verification.
$ export PASTEBINIT_SHA256="5b04a9d30406d34f2debcbd9de8cf7a5e25b39336616109cab30d4534be1581e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.1/pastebinit-windows-amd64" -o "/usr/local/bin/pastebinit" \
	&& echo "${PASTEBINIT_SHA256}  /usr/local/bin/pastebinit" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/pastebinit"

$ echo "pastebinit installed!"

# Run it!
$ pastebinit -h