chrisss404 / check-mk-arm

Checkmk for Raspberry Pi.
183 stars 23 forks source link

curl: no URL specified! #7

Closed myky86 closed 5 years ago

myky86 commented 5 years ago

Hey,

Sorry but l am a basic Linux user. This is what l get when I am trying to download the file:

root@cd2ca66a01ef:/# curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/latest | grep browser_download_url | cut -d '"' -f 4)
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
root@cd2ca66a01ef:/#

chrisss404 commented 5 years ago

Not sure what's the issue here. However, you can always use the direct download link.

wget https://github.com/chrisss404/check-mk-arm/releases/download/1.5.0p9/check-mk-raw-1.5.0p9_0.stretch_armhf.deb
or
curl -LO https://github.com/chrisss404/check-mk-arm/releases/download/1.5.0p9/check-mk-raw-1.5.0p9_0.stretch_armhf.deb
myky86 commented 5 years ago

Thanks! All good now.