Stratus3D / asdf-lua

Lua plugin for asdf version manager. https://github.com/asdf-vm/asdf
MIT License
62 stars 12 forks source link

Errors out on Mac when wget is not installed #3

Closed lowks closed 5 years ago

lowks commented 6 years ago

Hi,

Tried installing without wget installed, and I got this error:

/Users/lowks/.asdf/plugins/lua/bin/install: line 52: wget: command not found

Stratus3D commented 6 years ago

Note to self: We are already using curl, so switch to curl for this too.

Stratus3D commented 6 years ago

Ran into this again myself when I installed asdf-lua on a new computer.

Stratus3D commented 5 years ago

Fixed this issue today.

lowks commented 5 years ago

Oh yeah!