Skip to content

v0.4.4

Compare
Choose a tag to compare
@jessfraz jessfraz released this 17 Sep 19:09
· 28 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.

linux

386 - linux
# Export the sha256sum for verification.
$ export AMICONTAINED_SHA256="bf3470468f1fe03f1cb98115b8701d82466cb8519005820dfaa2bdb2a1f2aa58"

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

$ echo "amicontained installed!"

# Run it!
$ amicontained -h
amd64 - linux
# Export the sha256sum for verification.
$ export AMICONTAINED_SHA256="886a64a2e563f4eabdbca29758b1350e21cbc9815837c4cdb5cd04f079e24dd9"

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

$ echo "amicontained installed!"

# Run it!
$ amicontained -h
arm - linux
# Export the sha256sum for verification.
$ export AMICONTAINED_SHA256="5e0101266c694673c634e0b233a27102b6bc63099c89c5f23529028084f9c1af"

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

$ echo "amicontained installed!"

# Run it!
$ amicontained -h
arm64 - linux
# Export the sha256sum for verification.
$ export AMICONTAINED_SHA256="fbb621d7843fdfe6c8d1feb497b0cf7c4f2e6feb0af7e7186fc47c45248b143b"

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

$ echo "amicontained installed!"

# Run it!
$ amicontained -h