From 3b145a378b1c56458e062f0c9060887d19f7b004 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 30 Oct 2017 10:50:44 -0700 Subject: [PATCH] add xargo dependency --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 38cb7d5..e7df961 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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