Skip to content

Commit

Permalink
Replace gnu of ss-rust with musl. ref: #98
Browse files Browse the repository at this point in the history
  • Loading branch information
loyess committed May 14, 2022
1 parent 92c6c04 commit d946aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/downloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ download_ss_file(){
local MACHINE="aarch64"
fi

shadowsocks_rust_file="shadowsocks-v${rust_ver}.${MACHINE}-unknown-linux-gnu"
shadowsocks_rust_url="https://github.com/shadowsocks/shadowsocks-rust/releases/download/v${rust_ver}/shadowsocks-v${rust_ver}.${MACHINE}-unknown-linux-gnu.tar.xz"
shadowsocks_rust_file="shadowsocks-v${rust_ver}.${MACHINE}-unknown-linux-musl"
shadowsocks_rust_url="https://github.com/shadowsocks/shadowsocks-rust/releases/download/v${rust_ver}/shadowsocks-v${rust_ver}.${MACHINE}-unknown-linux-musl.tar.xz"
download "${shadowsocks_rust_file}.tar.xz" "${shadowsocks_rust_url}"
download_service_file ${SHADOWSOCKS_RUST_INIT} ${SHADOWSOCKS_RUST_INIT_ONLINE} ${SHADOWSOCKS_RUST_INIT_LOCAL}
elif [[ ${SS_VERSION} = "go-ss2" ]]; then
Expand Down

0 comments on commit d946aea

Please sign in to comment.