Closed OldhamMade closed 5 years ago
This didn't work for me as is; it failed with:
gzip: stdin: not in gzip format
tar: Child died with signal 13
Changing it to tar -xJ instead of -xv worked, but I have some concern that inconsistency in tar versions may be an issue here. (OSX comes to mind, for one thing.)
It's also arguable that if the tarball method fails it should fall back to the git clone method.
Anyway, as is I'm not going to merge it yet since it breaks the plugin for me. :-) (Fedora 29, for the record.)
It's also arguable that if the tarball method fails it should fall back to the git clone method.
Problem with this approach is that this approach isn't working for me on macOS with older versions of Nim.
However, I'll withdraw and update.
This PR updates the process of installing named versions, by downloading and building from a release tarball (as recommended by the Nim community).
Commit Details