Skip to content

Releases: genuinetools/1up

v0.0.5

20 Nov 05:38
v0.0.5
def40d8
Compare
Choose a tag to compare

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 1UP_SHA256="7c026f42047a415f029f21ed7c1f1dd1c418e84f3e9ea61fdb0ed4036489de38"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.5/1up-darwin-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - darwin
# Export the sha256sum for verification.
$ export 1UP_SHA256="00aab432ca757de953c52ebfc64bf407ac22b2b81445596eb73eff9e0bbc20b2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.5/1up-darwin-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export 1UP_SHA256="fac0c33e4fda3f0331cb0614cb24c6bd4a22e569646a9f6620143ca47fa5108c"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.5/1up-freebsd-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export 1UP_SHA256="770da281fa4c2f572afeca9b922ab1f8c8ba75cf89a30f4a60f907460ca0b3f2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.5/1up-freebsd-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

linux

386 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="2347bb71d872496dc3498c68beec1ceaf17aa70c50564c500993137fbc07ae9e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.5/1up-linux-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="f828af2c6b17ee264a2d828df78d2328f179ef4379fd64e60de36fc0ccb154ad"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.5/1up-linux-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
arm - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="e88bba4afe0a116612192d97a5431a7ad8b2bb7fc7bea9e324dfe2ed8458e025"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.5/1up-linux-arm" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
arm64 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="dae290f21b695d30c0e803becc7c56eb20cfe639e842e6de25c852af9605ca70"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.5/1up-linux-arm64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export 1UP_SHA256="b2ca908493fa397b78623df853d45a658af4be86e91c003618876d9a9ecb3ef8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.5/1up-solaris-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

windows

386 - windows
# Export the sha256sum for verification.
$ export 1UP_SHA256="3c4dbde76c5348e94362c6d9709d5495ba49bd068a2c2b0153e05245f0b70b7b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.5/1up-windows-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - windows
# Export the sha256sum for verification.
$ export 1UP_SHA256="4fbc9aadfa04f6166239329e9ff2fa538d3f8a252899cd336bb61ebb41baf1b7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.5/1up-windows-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

v0.0.4

20 Nov 05:23
v0.0.4
85a3711
Compare
Choose a tag to compare

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 1UP_SHA256="698e97269ded68e58ab29151947bc05dc10a987803eff418977d75bd33582ee1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.4/1up-darwin-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - darwin
# Export the sha256sum for verification.
$ export 1UP_SHA256="78c73d5cd552ad593ac31be9207c06b58f17083018a01a5e15b2c7f4cab5b825"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.4/1up-darwin-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export 1UP_SHA256="88fbb3b763a618923ba1c921f4dda146a65900d600665011915a4658a0b0afa3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.4/1up-freebsd-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export 1UP_SHA256="1665b64078f32401ebde7f93612536e23eba6b4926321a2da9ee0594f2b39497"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.4/1up-freebsd-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

linux

386 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="60934bb1eddf3fe6a51ac3d055a4d9e236c7d34dbf9d45fbedd747ba6cdccbd2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.4/1up-linux-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="f314e8ffcc74ee65abd2d9555b5d60886b9470b8aa30e2c4d8f90267468d943b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.4/1up-linux-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
arm - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="342c92a11af9387bc427567f0d5bdb7fc8db6d21c2f37aa6ab9f4185f7e16eb0"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.4/1up-linux-arm" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
arm64 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="dfa81275e1636ad29328bc88ca63cc2e8b1f6e8a1d5d6b3997a5a2fbf50f946a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.4/1up-linux-arm64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export 1UP_SHA256="6f85dc6e5720eedc82e83373cfa6283df9ec04a485388914bf88bee52567fdb9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.4/1up-solaris-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

windows

386 - windows
# Export the sha256sum for verification.
$ export 1UP_SHA256="98b091f57325b9349c835844bd256f642aace7a740a4da76a5afb519c2f88667"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.4/1up-windows-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - windows
# Export the sha256sum for verification.
$ export 1UP_SHA256="df10f046d6bbd08d6c385af64b8d631769023f11d2f8875e4d026119c309f8d5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.4/1up-windows-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

v0.0.3

25 Sep 14:44
Compare
Choose a tag to compare

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 1UP_SHA256="4c6d1e93eaa9e64f576aead8fcdb5ccdd1a96cf14d6212d0a21d025a7e9dbc17"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.3/1up-darwin-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - darwin
# Export the sha256sum for verification.
$ export 1UP_SHA256="6fe258a8cafe4cab5db89df8fac5e284d1a615ca65e1f0620eef9e06a6832c6e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.3/1up-darwin-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export 1UP_SHA256="e1d059f127097f0e7b4de16aeb0d48b13839128e63c693a1a0046404c7aa5b14"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.3/1up-freebsd-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export 1UP_SHA256="e671ceb825fccb718aa908dbff56c9eceff485df829620ddc9b6d0d22173d3e1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.3/1up-freebsd-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

linux

386 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="b7770db30d08fcd0eebe24e7da1148c88aaccf3883b38e5fbb8786d8858a8d6e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.3/1up-linux-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="89cfcbb413fc4a115ed3ef16e304e560e783172a17c8549ee75203ff03fe6ea4"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.3/1up-linux-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
arm - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="5c5ade794f9e5743a0a586634f5d8d360ca9f3e7054a556c1405347de9f777b6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.3/1up-linux-arm" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
arm64 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="0e8db1e8477771e8e3c190c4f2daff9d53efe589b1ed06e75b297df23a51dd21"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.3/1up-linux-arm64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export 1UP_SHA256="0a2f45f2f6965e4cb16963238e1559dbe5dbc1a8c1cf96291deb20cda060bd51"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.3/1up-solaris-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

windows

386 - windows
# Export the sha256sum for verification.
$ export 1UP_SHA256="1bfa9dfbd354b14e21ff8b0723255560f816283092be72a3baf5a4b3cb0e90ee"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.3/1up-windows-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - windows
# Export the sha256sum for verification.
$ export 1UP_SHA256="08fd8df1759270ca6cfcd78fadba96072df512b7bea79d5b23685353f9ca5c67"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.3/1up-windows-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

v0.0.2

28 Aug 03:02
Compare
Choose a tag to compare

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 1UP_SHA256="43421e6d110697b1267401caaa532cc44e35da52faf19123ddb4d4c16e3a18fc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.2/1up-darwin-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - darwin
# Export the sha256sum for verification.
$ export 1UP_SHA256="63979d80a0144e809b2464560c7d258b778f6035c1fcaaa99086304a8d06858a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.2/1up-darwin-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export 1UP_SHA256="c10c65ae98bd6c1ed11a3553fcbe135cebb90aac15297b42d1d49b51f1ed71a7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.2/1up-freebsd-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export 1UP_SHA256="e3347539b8108d1141e47260fb2530d10c3c176af643881101f6358a243c48b3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.2/1up-freebsd-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

linux

386 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="d82759aa5903f68bd405b56a94aecfce63d4e7c60a56ed6b72287a9aa47a16f9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.2/1up-linux-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="529df48615515a9b4daa6cbf19c508f79118feb1fcd1dec8e5531e5570cbe10f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.2/1up-linux-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
arm - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="d2f845093a4e83b4c46f9928a88b2dca666ba7ba8a123e844862c230afeeeb21"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.2/1up-linux-arm" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
arm64 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="3080da939ba39621adced4a73f7d6909793c1f26f6a0a376ffb640701b4a60e9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.2/1up-linux-arm64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export 1UP_SHA256="c51714c6930d45dde5bab5d801beff486df76944fc64085ac9b0b07b206502f0"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.2/1up-solaris-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

windows

386 - windows
# Export the sha256sum for verification.
$ export 1UP_SHA256="116a82256cb2f35f454b7f71de75e629a1fb84f3156fcd27fa9c4418b0d99b80"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.2/1up-windows-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - windows
# Export the sha256sum for verification.
$ export 1UP_SHA256="b40af062bde9bd1d22c32c035d1b67e40fbdf5babcc1727e286f8900cdb07d59"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.2/1up-windows-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

v0.0.1

28 Aug 00:51
Compare
Choose a tag to compare

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 1UP_SHA256="6717726b8fa15534fff3bfca1f5d770d5844e7e74b0d342ad5e362696fa5ac31"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.1/1up-darwin-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - darwin
# Export the sha256sum for verification.
$ export 1UP_SHA256="563c67ebf4e1872982e49e19793f377c02372732135025b2c681fa1bd4d16d02"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.1/1up-darwin-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export 1UP_SHA256="f937d2f810c549a06d67cf28c0249d7591fdf5aa1a2727185a18c42e66ac10ad"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.1/1up-freebsd-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export 1UP_SHA256="62401835dc5b52a54ec6b3381382b60e10486ef5b1b23119be37490204e30197"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.1/1up-freebsd-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

linux

386 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="f79474d7c6140cafe11f9b4de079d33dd7750432a8992a766d4561edd1e705e9"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.1/1up-linux-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="83b02547d1dd85ad3a822584f083c76eff2449dd426131cf813eb470d45ce60b"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.1/1up-linux-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
arm - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="621f313f7abb28edfd3b28b879ff90d0c2ee6e7ed847bb1e76a486de383de514"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.1/1up-linux-arm" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
arm64 - linux
# Export the sha256sum for verification.
$ export 1UP_SHA256="eba6428450febbdede4b39c49fdf5267629e2197aaecceaf7be5a8765fac95c3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.1/1up-linux-arm64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export 1UP_SHA256="79906cb30711df440a8eede314246424494d831bc9a12cf067d53b19c2b49917"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.1/1up-solaris-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h

windows

386 - windows
# Export the sha256sum for verification.
$ export 1UP_SHA256="3abd5d6d1e6729e18a499d4fe6f62e12ad82dc45f08382a92e2f78f90f0444ab"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.1/1up-windows-386" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h
amd64 - windows
# Export the sha256sum for verification.
$ export 1UP_SHA256="cf4b3ea2877805e308947dc2581ef5e1e5c03c6d3d0caba4ba21cfe3f203c6d2"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/1up/releases/download/v0.0.1/1up-windows-amd64" -o "/usr/local/bin/1up" \
	&& echo "${1UP_SHA256}  /usr/local/bin/1up" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/1up"

$ echo "1up installed!"

# Run it!
$ 1up -h