change Xargo installation path
This commit is contained in:
parent
c135ca3157
commit
2684ea570c
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue