Skip to content

Commit

Permalink
Update tcp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chiakge committed May 30, 2019
1 parent f5d240c commit 8a55947
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tcp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ startbbrmod_nanqinlang(){
#启用Lotserver
startlotserver(){
remove_all
if [[ "${release}" == "centos" ]]; then
yum install ethtool
else
apt-get update
apt-get install ethtool
fi
bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) install
start_menu
}
Expand Down

0 comments on commit 8a55947

Please sign in to comment.