v0.4.1
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="4d3100b2eb9012884cdc41bf1b3b0ab9e0563721cbf66ce385da0c3cfedd7e6a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.4.1/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 -hamd64 - darwin
# Export the sha256sum for verification.
$ export REG_SHA256="13cdbbbbbd29feac8df64a89df305a9f823e6f9422f47e5b9574c6d715c97a28"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.4.1/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 -hfreebsd
386 - freebsd
# Export the sha256sum for verification.
$ export REG_SHA256="96307274598db6e1c42cf168e073d2634aabbe3ef7064c0863425eb3556753d7"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.4.1/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 -hamd64 - freebsd
# Export the sha256sum for verification.
$ export REG_SHA256="afec8136b66d7cb6b1191bb36e990e91374b83de97bb9ffd102ab5fc6cf8f7ad"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.4.1/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 -hlinux
386 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="00513b9ed385b309fac705aa931c1342a7219fb5376501bcf82b5ffb3381e088"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.4.1/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 -hamd64 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="1ee4e2db2b7e917047088cb873a33bdcd36e9dec88479f837dd5ba46f57d6878"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.4.1/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 -harm - linux
# Export the sha256sum for verification.
$ export REG_SHA256="cea68cf596d0b74c0ee9522f751219fcca147a3408778132ad3e67927a9551c9"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.4.1/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 -harm64 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="a8341b97008dbf8913f2c7ff59ac2b3fa2940e7e135f289606c5fe419a4f3da0"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.4.1/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 -hsolaris
amd64 - solaris
# Export the sha256sum for verification.
$ export REG_SHA256="86d225864a5014d273a876ba60de51e1aa15f87675e940914fafa55cd2f4c68e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.4.1/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 -hwindows
386 - windows
# Export the sha256sum for verification.
$ export REG_SHA256="ed1864355ab550f9f903078e5be9250ca4cbaaffde30bd9769a9254a2f3b72a9"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.4.1/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 -hamd64 - windows
# Export the sha256sum for verification.
$ export REG_SHA256="17247db99a354c87ea1194125e611f0671c67109fbed3d764043998ecaff9cdb"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.4.1/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