From 56b5e33443dadb7d82f79b60fad6b1663f85edb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki-Chudyk?= Date: Tue, 1 Mar 2016 10:40:50 +0100 Subject: [PATCH] use newer multirust installer --- common/configure_fresh_system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 50178872..7e593ade 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -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"