Skip to content

v0.4.3

Compare
Choose a tag to compare
@jessfraz jessfraz released this 15 Jul 20:53
· 31 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="02781abf178ec79612e356b810c43d51481c868564cb7942f3d7da567fa1e807"

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

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

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

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