~ asdf install erlang 20.1.1
** Resuming transfer from byte position 291
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 178 100 178 0 0 312 0 --:--:-- --:--:-- --:--:-- 313
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.
I'm not sure if Erlang Solutions provides these, but we should be able to download them from github and then install it.
Possibly related to #31
@enilsen16 We already support it. You can do the following:
asdf install erlang ref:OTP-20.1.2
Where OTP-20.1.2 is a valid tag that you can find on https://github.com/erlang/otp/releases. You can also specify a commit sha or branch name if you insist on the latest super-powers.
This workaround syntax no longer works after #54 merged - has anyone figured out the kerl-based alternative? This issue seems pertinent: https://github.com/kerl/kerl/issues/240
Edit: see https://github.com/asdf-vm/asdf-erlang/pull/55 for more information.
Most helpful comment
@enilsen16 We already support it. You can do the following:
asdf install erlang ref:OTP-20.1.2Where
OTP-20.1.2is a valid tag that you can find on https://github.com/erlang/otp/releases. You can also specify a commit sha or branch name if you insist on the latest super-powers.