Skip to content

v0.4.8

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 05:20
· 6 commits to master since this release
v0.4.8
b33f510

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="f34794e15e233cd912f5dfd6023b0cc2283761676e001284e5fa3e52a2724b9c"

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