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

+ 1 - 8
tcp.sh

@@ -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
 }