don't ask for Rust

This commit is contained in:
Cyryl Płotnicki-Chudyk 2015-11-29 12:19:55 +01:00
parent 87995dfeb4
commit c7381cffa3

View file

@ -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