Nagram/bin/init/action/shadowsocks.sh

9 lines
411 B
Bash
Raw Normal View History

2021-02-25 04:58:04 +00:00
#!/usr/bin/env bash
2021-02-18 02:32:07 +00:00
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
echo "source \$HOME/.cargo/env" >>$HOME/.bashrc && source $HOME/.cargo/env
2021-02-25 04:58:04 +00:00
git submodule update --init ss-rust/src/main/rust/shadowsocks-rust
2021-02-18 02:32:07 +00:00
cd ss-rust/src/main/rust/shadowsocks-rust
rustup target install armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android