Open
Description
cc @wojtekmach
Using the latest install.sh
from https://elixir-lang.org/install.sh:
~/dev/misc
❯ sh install.sh elixir@main otp@master
downloading https://github.com/elixir-lang/elixir/releases/download/main-latest/elixir-otp-27.zip
downloading https://builds.hex.pm/builds/otp/amd64/ubuntu-22.04/master.tar.gz
unpacking elixir-otp-27.zip to /home/zacha/.elixir-install/installs/elixir/main-otp-27...
curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
checking OTP... 27 ok
checking Elixir... 1.18.0-dev ok
Run this (or add to your ~/.bashrc or similar file):
export PATH=$HOME/.elixir-install/installs/otp/master/bin:$PATH
export PATH=$HOME/.elixir-install/installs/elixir/main-otp-27/bin:$PATH
~/dev/misc 12s
❯ ls ~/.elixir-install/installs
elixir
Note the "HTTP/2 stream 0 was not closed cleanly" error, followed by the "ok" check that passed despite the download/install failing.
Things succeed when downloading otp@latest
:
~/dev/misc
❯ sh install.sh elixir@main otp@latest
downloading https://builds.hex.pm/builds/otp/amd64/ubuntu-22.04/OTP-27.1.2.tar.gz
unpacking OTP-27.1.2.tar.gz to /home/zacha/.elixir-install/installs/otp/27.1.2...
checking OTP... 27 ok
checking Elixir... 1.18.0-dev ok
Run this (or add to your ~/.bashrc or similar file):
export PATH=$HOME/.elixir-install/installs/otp/27.1.2/bin:$PATH
export PATH=$HOME/.elixir-install/installs/elixir/main-otp-27/bin:$PATH
~/dev/misc 33s
❯ ls ~/.elixir-install/installs
elixir otp
Metadata
Metadata
Assignees
Labels
No labels