Skip to content

v0.4.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 28 Mar 16:08
· 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 TDASH_SHA256="cd1cd7b9ca6e3cf648a3b11dfb2fcf85c3e534508fa7a0668d0b58e07807169c"

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

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

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

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

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

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

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

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

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

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