don't ask for Rust
This commit is contained in:
parent
87995dfeb4
commit
c7381cffa3
1 changed files with 5 additions and 1 deletions
|
@ -64,7 +64,11 @@ fc-cache
|
|||
|
||||
#rust
|
||||
echo "installing rust"
|
||||
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh
|
||||
BLASTOFF_TEMP="/tmp/blastoff.sh"
|
||||
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh > "$BLASTOFF_TEMP"
|
||||
chmod a+x "$BLASTOFF_TEMP"
|
||||
"$BLASTOFF_TEMP" --yes
|
||||
rm -f "$BLASTOFF_TEMP"
|
||||
multirust update
|
||||
multirust default stable
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
|
||||
|
|
Loading…
Reference in a new issue