Skip to content

v0.2.3

Compare
Choose a tag to compare
@jessfraz jessfraz released this 18 Jul 23:53
· 14 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="c730a8643c06ac68cf2eda256ae3f3b654b71a8e57fea95ad897a35c84d57889"

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

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

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

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

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

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

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

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

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

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

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