small-tech / should-i-pipe-it

Is this installation script safe to pipe into my shell?
GNU Affero General Public License v3.0
18 stars 1 forks source link

Verify https://sh.rustup.rs (rust/rustup installer) #8

Closed rugk closed 4 years ago

rugk commented 4 years ago

From https://www.rust-lang.org/tools/install https://should-i-pipe.it/https://sh.rustup.rs

What it does: It downloads the (correct) "rustup-init" binary from https://static.rust-lang.org and executes it to install rustup and rust.

SHA512sum: 39ce80b06b2ba8dd74043e04cc973533356c2135be3ee7dd95b47a6ffd380eec555d9e9103d539b1639b3412fa973617b8af97f647ffb13e1f8c536936aaaab3 SHA256sum: 79552216b4ccab5f773a981bc156b38b004a4f94ac5d2b83f8e127020a4d0bfe

aral commented 4 years ago

Looks good, thank you, @rugk. (And very timely, was about to install Rust again on my machine.) ;)