johnleeming

Results 1 issues of johnleeming

I believe that this line: `curl -L --progress-bar https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.bz2 | tar xj` should be `curl -L --progress-bar https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.xz | tar xJ` as there doesn't seem to be a bz2 file...

documentation