Chikage 6 lat temu
rodzic
commit
f5d240cd1b
1 zmienionych plików z 3 dodań i 4 usunięć
  1. 3 4
      tcp.sh

+ 3 - 4
tcp.sh

@@ -202,7 +202,7 @@ startbbrmod_nanqinlang(){
 #启用Lotserver
 #启用Lotserver
 startlotserver(){
 startlotserver(){
 	remove_all
 	remove_all
-	bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/Debian_Kernel.sh')
+	bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) install
 	start_menu
 	start_menu
 }
 }
 
 
@@ -244,9 +244,8 @@ remove_all(){
 	sed -i '/net.core.netdev_max_backlog/d' /etc/sysctl.conf
 	sed -i '/net.core.netdev_max_backlog/d' /etc/sysctl.conf
 	sed -i '/net.ipv4.tcp_timestamps/d' /etc/sysctl.conf
 	sed -i '/net.ipv4.tcp_timestamps/d' /etc/sysctl.conf
 	sed -i '/net.ipv4.tcp_max_orphans/d' /etc/sysctl.conf
 	sed -i '/net.ipv4.tcp_max_orphans/d' /etc/sysctl.conf
-	if [[ -e /appex/bin/serverSpeeder.sh ]]; then
-		wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeder_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh uninstall
-		rm -f appex.sh
+	if [[ -e /appex/bin/lotServer.sh ]]; then
+		bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) uninstall
 	fi
 	fi
 	clear
 	clear
 	echo -e "${Info}:清除加速完成。"
 	echo -e "${Info}:清除加速完成。"