Skip to content

v0.4.2

Compare
Choose a tag to compare
@jessfraz jessfraz released this 15 Jul 16:38
· 33 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="cabf745a44cbb32a18eca12c33789ec48398947a0b9c1969baa1f1e04ddee3ca"

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

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

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

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