New
v0.15.2
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 WEATHER_SHA256="798c6f684997aedf9b6d1d5b004c5a7a7d5188c96300efd096fe85089e97ed50"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/weather-darwin-386" -o "/usr/local/bin/weather" \
&& echo "${WEATHER_SHA256} /usr/local/bin/weather" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/weather"
$ echo "weather installed!"
# Run it!
$ weather -h
amd64 - darwin
# Export the sha256sum for verification.
$ export WEATHER_SHA256="839b9c2d191ac7d11911d9d0d198f6ee6f5e95fd71cd15dd62034ce0d230f05f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/weather-darwin-amd64" -o "/usr/local/bin/weather" \
&& echo "${WEATHER_SHA256} /usr/local/bin/weather" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/weather"
$ echo "weather installed!"
# Run it!
$ weather -h
freebsd
386 - freebsd
# Export the sha256sum for verification.
$ export WEATHER_SHA256="d9a47e67123d2bb3716263082eb82afb8392e20b47b9fc74e8451c81c08d9136"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/weather-freebsd-386" -o "/usr/local/bin/weather" \
&& echo "${WEATHER_SHA256} /usr/local/bin/weather" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/weather"
$ echo "weather installed!"
# Run it!
$ weather -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export WEATHER_SHA256="820d3b3e922b1aeaba7cc8aeb9cced03587197fcdd4ce5857d684a7f89029e0d"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/weather-freebsd-amd64" -o "/usr/local/bin/weather" \
&& echo "${WEATHER_SHA256} /usr/local/bin/weather" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/weather"
$ echo "weather installed!"
# Run it!
$ weather -h
linux
386 - linux
# Export the sha256sum for verification.
$ export WEATHER_SHA256="a1a8ae78441c49ab63407fd569afcade682f4fc4ada7d407012457bd7e91b5d3"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/weather-linux-386" -o "/usr/local/bin/weather" \
&& echo "${WEATHER_SHA256} /usr/local/bin/weather" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/weather"
$ echo "weather installed!"
# Run it!
$ weather -h
amd64 - linux
# Export the sha256sum for verification.
$ export WEATHER_SHA256="2cce2612453506b2f2788090ce61645e974e4f4d56d47ec2d6a7c06ef7b2bf40"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/weather-linux-amd64" -o "/usr/local/bin/weather" \
&& echo "${WEATHER_SHA256} /usr/local/bin/weather" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/weather"
$ echo "weather installed!"
# Run it!
$ weather -h
arm - linux
# Export the sha256sum for verification.
$ export WEATHER_SHA256="dd3c9e35cf11a867d3fcbb1895c10681ba8b60e0d72f2fdaf0b016cb3394b791"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/weather-linux-arm" -o "/usr/local/bin/weather" \
&& echo "${WEATHER_SHA256} /usr/local/bin/weather" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/weather"
$ echo "weather installed!"
# Run it!
$ weather -h
arm64 - linux
# Export the sha256sum for verification.
$ export WEATHER_SHA256="6a03e72becc7593fd8d6cb968adf579d7f29a2f0eacabd796439e99a20d3be47"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/weather-linux-arm64" -o "/usr/local/bin/weather" \
&& echo "${WEATHER_SHA256} /usr/local/bin/weather" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/weather"
$ echo "weather installed!"
# Run it!
$ weather -h
solaris
amd64 - solaris
# Export the sha256sum for verification.
$ export WEATHER_SHA256="0f7780d64d5436c75730507c6e3627a355cae489e70e12bff3e2bfd5bce74db7"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/weather-solaris-amd64" -o "/usr/local/bin/weather" \
&& echo "${WEATHER_SHA256} /usr/local/bin/weather" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/weather"
$ echo "weather installed!"
# Run it!
$ weather -h
windows
386 - windows
# Export the sha256sum for verification.
$ export WEATHER_SHA256="6106fc5cd34608e7914e0c908dbadd0008ffa065addf563e4376bc98e3c975b8"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/weather-windows-386" -o "/usr/local/bin/weather" \
&& echo "${WEATHER_SHA256} /usr/local/bin/weather" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/weather"
$ echo "weather installed!"
# Run it!
$ weather -h
amd64 - windows
# Export the sha256sum for verification.
$ export WEATHER_SHA256="95433026a1989a36ce20db02ccbf93687a767977bfafc58d94346a987def978f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/weather/releases/download/v0.15.2/weather-windows-amd64" -o "/usr/local/bin/weather" \
&& echo "${WEATHER_SHA256} /usr/local/bin/weather" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/weather"
$ echo "weather installed!"
# Run it!
$ weather -h