Skip to content

v0.5.3

Compare
Choose a tag to compare
@jessfraz jessfraz released this 14 Jul 15:42
· 19 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="090d9b6af01c9845ce780d633fdc5b503cf224dfe5122c121f000990c3e9b867"

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

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

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

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

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

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

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

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

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

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