diff --git a/bin/init/action/shadowsocks.sh b/bin/init/action/shadowsocks.sh index cd2624e02b..3ca85e4eaf 100755 --- a/bin/init/action/shadowsocks.sh +++ b/bin/init/action/shadowsocks.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain --target=x86_64-unknown-linux-musl none -y echo "source \$HOME/.cargo/env" >>$HOME/.bashrc && source $HOME/.cargo/env git submodule update --init ss-rust/src/main/rust/shadowsocks-rust