Skip to content

Commit

Permalink
update shadowsocksR download URL
Browse files Browse the repository at this point in the history
Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed Jul 27, 2017
1 parent 3915f37 commit 1bb2077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shadowsocks-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ shadowsocks_python_centos="https://raw.githubusercontent.com/teddysun/shadowsock
shadowsocks_python_debian="https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-debian"

shadowsocks_r_file="shadowsocksr-manyuser"
shadowsocks_r_url="https://github.com/dakkidaze/shadowsocksr/archive/manyuser.zip"
shadowsocks_r_url="https://github.com/teddysun/shadowsocksr/archive/manyuser.zip"
shadowsocks_r_init="/etc/init.d/shadowsocks-r"
shadowsocks_r_config="/etc/shadowsocks-r/config.json"
shadowsocks_r_centos="https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocksR"
Expand Down
2 changes: 1 addition & 1 deletion shadowsocksR.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ download_files(){
exit 1
fi
# Download ShadowsocksR file
if ! wget --no-check-certificate -O manyuser.zip https://github.com/dakkidaze/shadowsocksr/archive/manyuser.zip; then
if ! wget --no-check-certificate -O manyuser.zip https://github.com/teddysun/shadowsocksr/archive/manyuser.zip; then
echo -e "[${red}Error${plain}] Failed to download ShadowsocksR file!"
exit 1
fi
Expand Down

0 comments on commit 1bb2077

Please sign in to comment.