Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lenv is failing to download LuaJIT #12

Closed
atstep01 opened this issue Aug 19, 2021 · 1 comment · Fixed by #13
Closed

Lenv is failing to download LuaJIT #12

atstep01 opened this issue Aug 19, 2021 · 1 comment · Fixed by #13

Comments

@atstep01
Copy link

Recently my docker builds started failing while installing lenv. Seems that the link to download luajit is broken

download http://luajit.org/download.html
+ /usr/bin/curl -L --compressed http://luajit.org/download.html
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) Failed to connect to luajit.org port 80: Connection refused
No such file or directory at /root/.lenv/bin/lenv line 79.
The command '/bin/sh -c . ~/.lenvrc    && lenv fetch    && lenv install 5.3.4    && lenv use 5.3.4' returned a non-zero code: 2
@cbeeler
Copy link
Contributor

cbeeler commented Aug 19, 2021

I think https://github.com/mah0x211/lenv/blob/master/lenv#L585 needs updating to https://. Let me get some testing in before I make a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants