install libssh2
This commit is contained in:
parent
2f9c64a577
commit
11cd95f25d
@ -86,6 +86,8 @@ add_rustup_target() {
|
|||||||
|
|
||||||
install_xargo() {
|
install_xargo() {
|
||||||
if [[ $CARGO == "xargo" ]]; then
|
if [[ $CARGO == "xargo" ]]; then
|
||||||
|
sudo apt-get install -y --no-install-recommends \
|
||||||
|
libssh2-1
|
||||||
curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
|
curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
|
||||||
bash -s -- --from japaric/xargo --at $HOME/.cargo/bin
|
bash -s -- --from japaric/xargo --at $HOME/.cargo/bin
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user