Skip to content

Releases: genuinetools/img

v0.2.2

22 Feb 18:34
Compare
Choose a tag to compare

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

linux

amd64 - linux
# Export the sha256sum for verification.
$ export IMG_SHA256="c1ffa5befc0d884f5b568b3971e567a9e8a0b5beff08a517661b0d5704519631"

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

$ echo "img installed!"

# Run it!
$ img -h

v0.2.1

22 Feb 16:59
Compare
Choose a tag to compare

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

linux

amd64 - linux
# Export the sha256sum for verification.
$ export IMG_SHA256="1d8bc74d6460377afe386bf77bd5a175f59d565fd98ecc38b6d3ac21eff5078c"

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

$ echo "img installed!"

# Run it!
$ img -h

v0.2.0

20 Feb 21:16
Compare
Choose a tag to compare

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

linux

amd64 - linux
# Export the sha256sum for verification.
$ export IMG_SHA256="4b1a90e2bcf14f75701bfd52425d998348414e908ff3a8fce7840f8c27f295f0"

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

$ echo "img installed!"

# Run it!
$ img -h