Chikage 7 سال پیش
والد
کامیت
5eaae71385
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      tcp.sh

+ 3 - 3
tcp.sh

@@ -5,12 +5,12 @@ export PATH
 #=================================================
 #=================================================
 #	System Required: CentOS 6+,Debian7+,Ubuntu12+
 #	System Required: CentOS 6+,Debian7+,Ubuntu12+
 #	Description: BBR+BBR魔改版+Lotserver
 #	Description: BBR+BBR魔改版+Lotserver
-#	Version: 1.1.3
+#	Version: 1.1.4
 #	Author: 千影
 #	Author: 千影
 #	Blog: https://www.94ish.me/
 #	Blog: https://www.94ish.me/
 #=================================================
 #=================================================
 
 
-sh_ver="1.1.3"
+sh_ver="1.1.4"
 github="raw.githubusercontent.com/chiakge/Linux-NetSpeed/master"
 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"
 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"
@@ -141,7 +141,7 @@ startbbrmod_nanqinlang(){
 	if [[ "${release}" == "centos" ]]; then
 	if [[ "${release}" == "centos" ]]; then
 		yum install -y make gcc
 		yum install -y make gcc
 		mkdir bbrmod && cd bbrmod
 		mkdir bbrmod && cd bbrmod
-		wget -N --no-check-certificate https://raw.githubusercontent.com/chiakge/tcp_nanqinlang-test/master/tcp_nanqinlang.c
+		wget -N --no-check-certificate https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/bbr/centos/tcp_nanqinlang.c
 		echo "obj-m := tcp_nanqinlang.o" > Makefile
 		echo "obj-m := tcp_nanqinlang.o" > Makefile
 		make -C /lib/modules/$(uname -r)/build M=`pwd` modules CC=/usr/bin/gcc
 		make -C /lib/modules/$(uname -r)/build M=`pwd` modules CC=/usr/bin/gcc
 		chmod +x ./tcp_nanqinlang.ko
 		chmod +x ./tcp_nanqinlang.ko