Mise à jour de 'installRust.sh'

This commit is contained in:
Anri 2021-11-14 22:40:53 +01:00
parent f7fdb2fb32
commit 19cdc12c48

View file

@ -3,7 +3,7 @@ which curl &> /dev/null || ( sudo apt update; sudo apt install curl -y ) # Insta
# Install rust
curl https://sh.rustup.rs -sSf | sh -s -- -y
# Configure current shell
# Configure current session
source $HOME/.cargo/env
# If fish is used, adding cargo to path