Skip to content

v0.15.6

Compare
Choose a tag to compare
@jessfraz jessfraz released this 17 Sep 17:53
· 53 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.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export REG_SHA256="14bd1d14962a040c9be49421fa96ba289060ba03ec61322a1bfbee203c398f5b"

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

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

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

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

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

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

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

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

windows

386 - windows
# Export the sha256sum for verification.
$ export REG_SHA256="3853b1fa50715036c4956ea7e68fd184d96f283c7d3abf032115ffffd50ecfb9"

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

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