|
|
|
|
|
by evmar
4051 days ago
|
|
> installation via piping script that is being downloaded to shell is something that shouldn't be present at all The alternative is you download a binary and run it, at which point that binary can do whatever the shell script could have done. (The other alternative is you download source, at which point the Makefile or any other piece of the build that you execute can do whatever the shell script would have done.) As long as the script is available via https the security is equivalent to the alternatives. |
|
Part of the problem with this is that since it's a bootstrapped compiler, and the only one for the language so far, "downloading source" mean you need a binary to compile it with, which devolves to the same problem.