Mise à jour de 'installRust.sh'
This commit is contained in:
parent
f7fdb2fb32
commit
19cdc12c48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue