github genuinetools/1up v0.0.5

4 years ago

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

Don't miss a new 1up release

NewReleases is sending notifications on new releases.