Skip to content

v0.1.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 02 Jan 08:00
· 30 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="9e970e8357708617e4e470936e98eced4cc51bb2f0a278e7351578152751e2f7"

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

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

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

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

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

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

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

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

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

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

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