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