Skip to content

v0.15.7

Compare
Choose a tag to compare
@jessfraz jessfraz released this 25 Sep 03:15
· 45 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="f13641f551e3d685cc34760ad6ff967ad88211a45c97bb5cacb92cc0087e901b"

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

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

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

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

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

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

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

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

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

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