use newer multirust installer

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-03-01 10:40:50 +01:00
parent ea1f6c468f
commit 56b5e33443

View file

@ -68,7 +68,7 @@ set -e
#rust #rust
echo "installing rust" echo "installing rust"
BLASTOFF_TEMP="/tmp/blastoff.sh" BLASTOFF_TEMP="/tmp/blastoff.sh"
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh > "$BLASTOFF_TEMP" curl -sf https://raw.githubusercontent.com/brson/multirust/master/quick-install.sh > "$BLASTOFF_TEMP"
chmod a+x "$BLASTOFF_TEMP" chmod a+x "$BLASTOFF_TEMP"
"$BLASTOFF_TEMP" --yes "$BLASTOFF_TEMP" --yes
rm -f "$BLASTOFF_TEMP" rm -f "$BLASTOFF_TEMP"