Merge pull request #1095 from sajattack/patch-2

add xargo dependency
This commit is contained in:
Jeremy Soller 2017-10-30 11:52:05 -06:00 committed by GitHub
commit 98a63ec67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -461,6 +461,7 @@ boot()
echo "Cloning github repo..."
git clone https://github.com/redox-os/redox.git --origin upstream --recursive
rustInstall
cargo install xargo
echo "Cleaning up..."
rm bootstrap.sh
echo