Mise à jour de 'installRust.sh'
This commit is contained in:
parent
56016df299
commit
c4dcc6ae57
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
which curl &> /dev/null || sudo apt update && sudo apt install curl -y # Install curl if not already installed
|
||||
which curl &> /dev/null || { sudo apt update; sudo apt install curl -y } # Install curl if not already installed
|
||||
# Install rust
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
|
|
Reference in a new issue