run rustup’s curl-fetched installer script non-interactively

To make the installation unatended you can run

curl https://sh.rustup.rs -sSf | sh -s -- -y

If you are ssh’d you should add the nohup parameter in front

With the -s parameter, you set sh to read commands from the standard input, and then you pass the -y to auto accept the options

For more info about sh you can see the man pages

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)