v0.6.0
Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.
darwin
386 - darwin
# Export the sha256sum for verification.
$ export REG_SHA256="9bdc0aa2534a27d057121971eddd47c97e0cb5f83a9cdbc9e6b52ec6cb367708"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.6.0/reg-darwin-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - darwin
# Export the sha256sum for verification.
$ export REG_SHA256="2b5aa3f2660cf612471f7cbd17e1ff324d54ac139686769f24bd5d3a3046d7a2"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.6.0/reg-darwin-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
freebsd
386 - freebsd
# Export the sha256sum for verification.
$ export REG_SHA256="10a32f937f08e1f457e56ca68538ea67eccd91b7a03d3e37b0b0148f2c8fcf72"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.6.0/reg-freebsd-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export REG_SHA256="d36e08c44e644021a02472bb6edc461905a238877806365237eeb6275044082d"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.6.0/reg-freebsd-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
linux
386 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="e75babade2b0d275da783e5e26a2c7e38ac0f476ba88a27e05adfa660ed77f7e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.6.0/reg-linux-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="c974960b957138f316c6d39c09a44a677f65b67600c570f961a7e9642d9c2dc1"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.6.0/reg-linux-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
arm - linux
# Export the sha256sum for verification.
$ export REG_SHA256="510864907dbf64b31e343a31af3b0647feea9ca8b6b07d971fca8952c0fab56e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.6.0/reg-linux-arm" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
arm64 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="c77daa179a4638264531cfc0105b78e353fdf6cf9408e9869953a519742e0283"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.6.0/reg-linux-arm64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
solaris
amd64 - solaris
# Export the sha256sum for verification.
$ export REG_SHA256="efe57f3e503dbea3605ca49db7980cae15b21ca5320c51e990ec50e5a656cd3c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.6.0/reg-solaris-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
windows
386 - windows
# Export the sha256sum for verification.
$ export REG_SHA256="744f1495334f7e1c309127674a058d620b7d9f8ecd177645b3b586a39002705c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.6.0/reg-windows-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - windows
# Export the sha256sum for verification.
$ export REG_SHA256="dc10fed07acd5d145aa9db6a0660f98a6d1cc2b48da2d9228e212f55cc6bb421"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.6.0/reg-windows-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h