Comment on Linux Best Practices
Gremour@lemmy.world 1 year agoI’m around 20 years Linux user and I’m still installing various soft by curl bashing a script from their site.
Comment on Linux Best Practices
Gremour@lemmy.world 1 year agoI’m around 20 years Linux user and I’m still installing various soft by curl bashing a script from their site.
gendulf@kbin.social 1 year ago
https://www.rust-lang.org/tools/install
Why is it the canon way to install rust by piping curl output to sh???
Gremour@lemmy.world 1 year ago
At least it doesn’t start with sudo, lol.