zyedidia / eget

Easily install prebuilt binaries from GitHub.
MIT License
954 stars 39 forks source link

Full Github URL isn't working always #42

Closed esdnm closed 2 years ago

esdnm commented 2 years ago

This works:

eget https://github.com/natesales/q
# file q
q: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=mxYZfmW39jbfAoEkWt-g/OIPz-cV31mFntE2scAxz/trG6K7JTtKLLSe8ThtCp/nzp3wY8I98v7fTxDZkQz, stripped

But this not,

eget https://github.com/mr-karan/doggo
# file doggo 
doggo: HTML document, Unicode text, UTF-8 text, with very long lines (18275)
dufferzafar commented 2 years ago

I think this was recently fixed by #41 and hasn't been released yet.