use newer multirust installer
This commit is contained in:
parent
ea1f6c468f
commit
56b5e33443
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ set -e
|
|||
#rust
|
||||
echo "installing rust"
|
||||
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"
|
||||
"$BLASTOFF_TEMP" --yes
|
||||
rm -f "$BLASTOFF_TEMP"
|
||||
|
|
Loading…
Reference in a new issue