Skip to content

Commit

Permalink
Update shadowsocks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYi0526 authored Dec 6, 2023
1 parent b48549d commit 076eaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/init/action/shadowsocks.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 076eaaa

Please sign in to comment.