Skip to content

Commit

Permalink
添加安装ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
flyzy2005 committed Apr 4, 2018
1 parent 274b4ec commit da3525e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ss-fly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ install_bbr() {
fi
}

install_ssr() {
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocksR.sh
chmod +x shadowsocksR.sh
./shadowsocksR.sh 2>&1 | tee shadowsocksR.log
}

if [ "$#" -eq 0 ]; then
usage
exit 0
Expand Down Expand Up @@ -117,6 +123,9 @@ case $1 in
-bbr )
install_bbr
;;
-ssr )
install_ssr
;;
* )
usage
;;
Expand Down

0 comments on commit da3525e

Please sign in to comment.