Skip to content

v0.0.9

Compare
Choose a tag to compare
@jessfraz jessfraz released this 22 Aug 13:45
· 67 commits to master since this release
v0.0.9
161511d

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="fcfd29fd39e9b7b5126cb2e0696a9ec52fe138c00d047be2f445085ebb9f00cf"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.9/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="17ad4f395d73f470e7743273e95e17a2b80507a731f578f6011c93cbf0500795"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.9/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="29bad5bafe58aae848f3a766d3f6ddbf2940961a5f25bb65b5743155c6798010"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.9/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="48975a91f36f9c2d3677476b24cde1d5e20fc07bde8c7747767cee053746db0f"

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