فهرست منبع

Version 5.3.2

Fix and Optimize
MeowLove 3 سال پیش
والد
کامیت
d1042dfbac
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Network-Reinstall-System-Modify.sh

+ 2 - 0
Network-Reinstall-System-Modify.sh

@@ -110,6 +110,7 @@ fi
 if [ $CXTisCN != "Yes" ];then
     echo "Core Download(Global)..."
     #wget -O
+    wget --no-check-certificate -qO ~/Core_Install.sh 'https://cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v5.3.sh' && chmod a+x ~/Core_Install.sh
     CentOSMirrors=""
     CentOSVaultMirrors=""
     DebianMirrors=""
@@ -117,6 +118,7 @@ if [ $CXTisCN != "Yes" ];then
 else
     echo "Core Download(CN)..."
     #wget -O
+    wget --no-check-certificate -qO ~/Core_Install.sh 'https://caoxiaotian.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v5.3.sh' && chmod a+x ~/Core_Install.sh
     CXTrandom=$RANDOM
     if [ $[CXTrandom%2] == "0" ];then
         echo "本次随机使用阿里源"