Skip to content

v0.2.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 26 Mar 22:28
· 37 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="7ede42cad595e3970c622b67f06ce76eea9b10e46a49d29d70d140a3145a0394"

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

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

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

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

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

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

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

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

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

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