Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
chiakge committed May 30, 2019
1 parent 72999ad commit 9493899
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tcp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,7 @@ startbbrmod_nanqinlang(){
#启用Lotserver
startlotserver(){
remove_all
if [[ "${release}" == "centos" ]]; then
yum install -y unzip
else
apt-get update
apt-get install -y unzip
fi
wget --no-check-certificate -qO- https://github.com/chiakge/lotServer/raw/master/Install.sh
bash Install.sh
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/Debian_Kernel.sh')
start_menu
}

Expand Down

0 comments on commit 9493899

Please sign in to comment.