v0.0.4
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="c23edb5ed483d724a68c6edcc4a1590caf8e2ab4ede0d986598db6237e9e5503"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.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 -hamd64 - linux
# Export the sha256sum for verification.
$ export AMICONTAINED_SHA256="47df2b02bbc711668011e3d02f1b0f7394113bcac15c77eea5f9dd48bdae6e74"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.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 -harm - linux
# Export the sha256sum for verification.
$ export AMICONTAINED_SHA256="89a1b423d6379a1e0bbe287277520c3de07ed2aae90e13503413020153acd8f2"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.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 -harm64 - linux
# Export the sha256sum for verification.
$ export AMICONTAINED_SHA256="231059fd2d81563d93c4018a3219c8294c31113d1d4e4c5c173cf7587e46738d"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.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