change Xargo installation path

master
Jorge Aparicio 2016-08-13 12:55:09 -05:00
parent 164b21991c
commit 2f9c64a577
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ add_rustup_target() {
install_xargo() {
if [[ $CARGO == "xargo" ]]; then
curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | bash -s -- --from japaric/xargo
curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
bash -s -- --from japaric/xargo --at $HOME/.cargo/bin
fi
}