|
|
|
|
|
by KeyboardFire
2868 days ago
|
|
It makes me a little uncomfortable that they're using curl|bash for something as simple as "put this 10-line script somewhere in your $PATH," especially when the script involves sudo (to move into /usr/local/bin). Sure, it's easy to inspect the script and see that it's not doing anything malicious, but it makes install processes like this, where it'd be incredibly easy to, seem normal. |
|
I've [submitted a PR][2] to inline the install script in the README.
[1]: https://github.com/thisredone/rb/pull/5
[2]: https://github.com/thisredone/rb/pull/8