瀏覽代碼

修复centos的bug

Chikage 7 年之前
父節點
當前提交
7470e5769c
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      tcp.sh

+ 3 - 3
tcp.sh

@@ -5,12 +5,12 @@ export PATH
 #=================================================
 #	System Required: CentOS 6+,Debian7+,Ubuntu12+
 #	Description: BBR+BBR魔改版+Lotserver
-#	Version: 1.1.2
+#	Version: 1.1.3
 #	Author: 千影
 #	Blog: https://www.94ish.me/
 #=================================================
 
-sh_ver="1.1.2"
+sh_ver="1.1.3"
 github="raw.githubusercontent.com/chiakge/Linux-NetSpeed/master"
 
 Green_font_prefix="\033[32m" && Red_font_prefix="\033[31m" && Green_background_prefix="\033[42;37m" && Red_background_prefix="\033[41;37m" && Font_color_suffix="\033[0m"
@@ -146,7 +146,7 @@ startbbrmod_nanqinlang(){
 		make -C /lib/modules/$(uname -r)/build M=`pwd` modules CC=/usr/bin/gcc
 		chmod +x ./tcp_nanqinlang.ko
 		cp -rf ./tcp_nanqinlang.ko /lib/modules/$(uname -r)/kernel/net/ipv4
-		insmod tcp_tsunami.ko
+		insmod tcp_nanqinlang.ko
 		depmod -a
 	else
 		apt-get update