marcosnils/bin

Downloading from plain https URL

Opened this issue · 2 comments

xnuk commented
$ ./bin install https://github.com/denoland/deno/releases/download/v1.30.2/deno-x86_64-unknown-linux-gnu.zip
   • Getting v1.30.2/deno-x86_64-unknown-linux-gnu.zip release for denoland/deno
   ⨯ command failed            error=GET https://api.github.com/repos/denoland/deno/releases/tags/v1.30.2/deno-x86_64-unknown-linux-gnu.zip: 404 Not Found []
$ ./bin install https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.5.tgz
   ⨯ command failed            error=Can't find provider for url https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.5.tgz
$ ./bin install https://geo.mirror.pkgbuild.com/community/os/x86_64/caddy-2.6.2-1-x86_64.pkg.tar.zst
   ⨯ command failed            error=Can't find provider for url https://geo.mirror.pkgbuild.com/community/os/x86_64/caddy-2.6.2-1-x86_64.pkg.tar.zst

This is my first time using this, but I don't think I know how to use this yet.

dfang commented

deno is language runtime like go or python, I think the best practice is to use rtx or asdf manage them.