Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 06:33
· 1 commit to master since this release
v0.2.4
fb3f26f

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

linux

386 - linux
# Export the sha256sum for verification.
$ export MAGNETO_SHA256="4d003eff64c82a03a4c1f3cba17b90ef4b3c04e2c4ce3f8c395c1d7cbf3a7c81"

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

$ echo "magneto installed!"

# Run it!
$ magneto -h
amd64 - linux
# Export the sha256sum for verification.
$ export MAGNETO_SHA256="8aacd0340e5e2774c633c7a2fb1e27340fbfd09913ebafa5fb6efe296af337dc"

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

$ echo "magneto installed!"

# Run it!
$ magneto -h
arm - linux
# Export the sha256sum for verification.
$ export MAGNETO_SHA256="e6d5ac77a2a0ab8c9028fb0d3ad76a810122186b93006f7e75656124e085dcbe"

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

$ echo "magneto installed!"

# Run it!
$ magneto -h
arm64 - linux
# Export the sha256sum for verification.
$ export MAGNETO_SHA256="44bd331a25136caa279a3df93bda8d19950f1197e96c6c77150874b58c746527"

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

$ echo "magneto installed!"

# Run it!
$ magneto -h