浏览代码

change Xargo installation path

Jorge Aparicio 8 年之前
父节点
当前提交
2f9c64a577
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ci/install.sh

+ 2 - 1
ci/install.sh

@@ -86,7 +86,8 @@ add_rustup_target() {
 
 
 install_xargo() {
 install_xargo() {
     if [[ $CARGO == "xargo" ]]; then
     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
     fi
 }
 }