From f7baaa6f45e5930752fe767191597df60dd2d012 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Mon, 31 Oct 2016 13:03:45 -0600
Subject: [PATCH] Update setup.sh

---
 setup.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/setup.sh b/setup.sh
index 6ee0d96d6..9dbc69784 100755
--- a/setup.sh
+++ b/setup.sh
@@ -2,6 +2,14 @@
 
 set -e
 
+echo "Defaulting to nightly"
+rustup default nightly
+echo "Downloading rust source"
+rustup component add rust-src
+echo "Installing xargo"
+cargo install -f xargo
+
+echo "Building libstd"
 ./cook.sh libstd unfetch
 ./cook.sh libstd fetch
 ./cook.sh libstd build
-- 
GitLab