v0.0.2
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="5842d56c1f33f6eecb14e4f5ce48866d72a9b26825114324a9e22c6222d3a2b0"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.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 -hamd64 - linux
# Export the sha256sum for verification.
$ export AMICONTAINED_SHA256="de815ed14a14cf080c53e4eae1a985b0d5eb02267c054db59bcec5cef4a00a66"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.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 -harm - linux
# Export the sha256sum for verification.
$ export AMICONTAINED_SHA256="1200d1495ab93bb430007c074f9275adb1912d18ff9f1bbc4f66cce1d206a802"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.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 -harm64 - linux
# Export the sha256sum for verification.
$ export AMICONTAINED_SHA256="fbb88da824942ee2108b5acfad7128a179ec433644bbe5b101f0f56cca47e816"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/amicontained/releases/download/v0.0.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