Open LaurentDumont opened 4 years ago
Any update on this?
I note that the last release which contained built platform binaries was https://github.com/liamg/shox/releases/tag/v0.0.12.
v0.0.13 and later do not have downloadable binaries.
Okay, I got it up and running by copying the steps from the script and using v0.0.12 that erichs suggested
Here is what I did
curl -s -L -H "Accept: application/octet-stream" "https://github.com/liamg/shox/releases/download/v0.0.12/shox-linux-amd64" --output ./shox
chmod +x ./shox
sudo mv ./shox /bin/shox
shox
Cheers :100:
Hi!
This seemed like a nice project and I was looking to trying it. That said, it looks like the install instructions might be outaded.
Looking at https://raw.githubusercontent.com/liamg/shox/master/scripts/install.sh
This
https://api.github.com/repos/liamg/shox/releases/latest
seems to returnAnd this
grep -o "https://github.com/liamg/shox/releases/download/.*/shox-$platform-amd64" | head -n1
wont match anything :cry: