v0.0.7
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="471e46cfa26d6781808d455f201e4d4c898f0ca539e08ce17713d50c3c0cecc9"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.7/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="69287455b365db9d1f361814508d102388da886c5a69ee1bd41df8e63c0ee7dd"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.7/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="9ead70ecf2d3012d12312744571d92b744f1c09be3cb97fc65415903ea07936c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.7/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="826a0948cde5a5fa03206b4cc1c79de2e7ee206ecf49da322e19047e6156f02b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.7/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