Skip to content

v0.3.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 28 Mar 15:18
· 32 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 TDASH_SHA256="d6459e9a14cec6eb7f61c41ff6f20ead03615f3232ee0b1e96d70468a91ee7b1"

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

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - darwin
# Export the sha256sum for verification.
$ export TDASH_SHA256="c022fb0fed01603df657155ef1d4a06f8cb3227e82a13281291f37453a2b730d"

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

$ echo "tdash installed!"

# Run it!
$ tdash -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="b47d7b79e21a0e1a535134e299347bf5c2a79e2d22df10dd63c879c4e7747dd1"

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

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export TDASH_SHA256="c84e4f9e6e072e34ca1cdc2cb75dc86b9f06836f1afd17db30f62fe4de7924e6"

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

$ echo "tdash installed!"

# Run it!
$ tdash -h

linux

386 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="e138cae88fed5e50c13197d15c560f515f163bc8fbb76ab15e638eb840c46ac2"

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

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="973c1c5b1cc4a0acbead3efcf5ebc783d8d0c174361fef67b31e045c261ffc8f"

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

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="08942216ecdbd9cc8adac56f06285f14646b3c2ed671e95447117618821a3370"

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

$ echo "tdash installed!"

# Run it!
$ tdash -h
arm64 - linux
# Export the sha256sum for verification.
$ export TDASH_SHA256="801217bc93652f4a854fb1265765e063022122f16488e75d8711de3e3712607d"

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

$ echo "tdash installed!"

# Run it!
$ tdash -h

windows

386 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="315b8dec3d718c4309a8c7e3f3c73807821f907a605fc58f6593cb86a7997962"

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

$ echo "tdash installed!"

# Run it!
$ tdash -h
amd64 - windows
# Export the sha256sum for verification.
$ export TDASH_SHA256="e09b67f904e70c09d2dd4fde1dd4cde55d446f52591600c5084b641be0958fce"

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

$ echo "tdash installed!"

# Run it!
$ tdash -h