logoalt Hacker News

JetSetIllytoday at 7:09 AM1 replyview on HN

It's more about installation location for me. For these types of projects, I don't even install it. I just clone, build and run from there. I have no idea where the bash script is going to put things.


Replies

mr_mitmtoday at 7:25 AM

Which also makes it not obvious how to uninstall it. pip/npm/cargo etc have well known mechanisms for that.

curl|sh is convenient for container images I guess.