Skip to content

v0.25.1

Compare
Choose a tag to compare
@ljharb ljharb released this 03 May 22:34
· 1189 commits to master since this release

Enhancement slash fixes

  • Make sure to ignore any curl settings in ~/.curlrc, if it exists.
  • Actually try to install from source when the error message says "binary failed, trying source".
  • Use uname -m instead of uname -a to detect installation architecture (#744)
  • Improve the error message when the binary tarball URL 404s. (#743)

Testing

  • Only test the install script in bash, since it only runs in bash.