Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@jessfraz jessfraz released this 25 Sep 17:35
· 9 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="fd29e566e1cb7c545aa76ab92fc339eaa73d61b61821913588a1deb52043870e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.4/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="e4ec7bdff0b74a445415b465f2928c7230778e8f6829df617fef58e336091137"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.4/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="685d738327d15bf616bd949e589e8975d6a04e1870fe79e3deb4106eb2e75807"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.4/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="fefdf91651d2a7f79a5f1282209f3e2a677d186218c0b409b18826327640205e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.4/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="d4d86b003a293d5659bfeea728612693c5847597ab7a0db4b1b41a765e3d4bfa"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.4/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="8f76d6b194c3063bf4ebbe4e2761d13f79da92106796a59e28f599f9570eac6c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.4/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="6915c981e3ce840ceda68c4f9bd0b9260377a6621bae4385f57efb3d07841d92"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.4/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="7ff0f3981f03a09621b5698b1c10f8b181070929355d0baa68713cf51cabadd3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.4/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="6e22327a10acc0066648fb950f3fe2a762d04f44834bffc5c05733b102b8576c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/pastebinit/releases/download/v0.2.4/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="98d0ee2939b1f789735c01bc84a427ce9316f9dc1c4070eb007fd1464a0a8eb2"

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

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