Skip to content

v0.2.0

Compare
Choose a tag to compare
@jessfraz jessfraz released this 02 Jan 15:01
· 65 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

amd64 - linux
# Export the sha256sum for verification.
$ export CONTAINED.AF_SHA256="679d2f38c034ee0262913a88d4081a7f3664634cd2f015ea77873959cdac9147"

# Download and check the sha256sum.
$ curl -fSL "" -o "/usr/local/bin/contained.af" \
	&& echo "${CONTAINED.AF_SHA256}  /usr/local/bin/contained.af" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/contained.af"

$ echo "contained.af installed!"

# Run it!
$ contained.af -h