From c7381cffa34e35aa6798e553816c7ee6b7d4a7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki-Chudyk?= Date: Sun, 29 Nov 2015 12:19:55 +0100 Subject: [PATCH] don't ask for Rust --- common/configure_fresh_system | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 813f1773..cc34bd33 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -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