Преглед изворни кода

Version 4.0.0

大版本框架更新,还未完成,待占位
MeowLove пре 4 година
родитељ
комит
7700f7f5e7
5 измењених фајлова са 127 додато и 67 уклоњено
  1. 0 0
      CoreShell/Core_Install_v2.1.sh
  2. 0 0
      CoreShell/Core_Install_v3.1.sh
  3. 56 40
      CoreShell/UI_Options.sh
  4. 25 25
      Network-Reinstall-System-Modify.sh
  5. 46 2
      README.md

+ 0 - 0
CoreShell/Core_Install_2019.sh → CoreShell/Core_Install_v2.1.sh


+ 0 - 0
CoreShell/Core_Install_2020.sh → CoreShell/Core_Install_v3.1.sh


+ 56 - 40
CoreShell/UI_Options.sh

@@ -23,66 +23,82 @@ echo "=                                                              ="
 echo "=           一键网络重装系统 - 魔改版(图形化安装)            ="
 echo "=        Network-Reinstall-System-Modify (Graphical Install)   ="
 echo "=                                                              ="
-echo "=                                https://www.cxthhhhh.com      ="
+echo "=             V4.0.1             https://www.cxthhhhh.com      ="
 echo "=                                                              ="
 echo "================================================================"
 echo "                                                                "
-ech="Which System do you want to Install:"
+echo "您想安装哪个系统(Which System want to Install):"
 echo "                                                                "
-echo "  0) Latest 【Bare-metal System Deployment Platform】(Recommend)"
+echo "  00) Latest 【Bare-metal System Deployment Platform】(Recommend)"
+echo "  00) Latest 【CXT裸机系统部署平台】(推荐极客使用,小白勿扰)"
 echo "                                                                "
-echo "  1) Latest 【CentOS 8】(Recommend)"
-echo "  2) Latest 【CentOS 7】"
+echo "  11) Latest 【CentOS 8】(Recommend)"
+echo "  12) Latest 【CentOS 7】"
 echo "                                                                "
-echo "  3) Latest 【Debian 10】(Recommend)"
-echo "  4) Latest 【Debian 9】"
+echo "  21) Latest 【Debian 10】(Recommend)"
+echo "  22) Latest 【Debian 9】"
 echo "                                                                "
-echo "  5) Latest 【Ubuntu 20.04】(Recommend)"
-echo "  6) Latest 【Ubuntu 18.04】"
-echo "  7) Latest 【Ubuntu 16.04】"
+echo "  31) Latest 【Ubuntu 20.04】(Recommend)"
+echo "  32) Latest 【Ubuntu 18.04】"
 echo "                                                                "
-echo "  8) Microsoft 【Windows Server 2019】(Recommend)"
-echo "  9) Microsoft 【Windows Server 2016】"
-echo "  10) Microsoft 【Windows Server 2012】"
+echo "  41) Latest 【OpenWRT】"
+echo "  42) Latest 【OpenWRT UEFI】支持UEFI启动模式"
 echo "                                                                "
-echo "  ======以下系统已经过时,失去官方技术支持,不推荐使用。======  "
+echo "  51) Microsoft 【Windows Server 2019】(Recommend)"
+echo "  52) Microsoft 【Windows Server 2019 UEFI】支持UEFI启动"
+echo "  53) Microsoft 【Windows Server 2016】"
+echo "  54) Microsoft 【Windows Server 2012】"
+echo "  55) Microsoft 【Windows Server 2012 UEFI】支持UEFI启动"
+echo "                                                                "
+echo "  ======以下系统生命周期已经结束,失去官方支持,不推荐使用。======  "
 echo "  ====== The system is outdated and is not recommended. ======  "
 echo "                                                                "
-echo "  31) Latest 【CentOS 6】"
-echo "  32) Latest 【Debian 8】"
-echo "  33) Latest 【Debian 7】"
+echo "  13) Latest 【CentOS 6】"
+echo "  23) Latest 【Debian 8】"
+echo "  24) Latest 【Debian 7】"
+echo "  33) Latest 【Ubuntu 16.04】"
 echo "  34) Latest 【Ubuntu 14.04】"
-echo "  35) Microsoft 【Windows 10 Lite】"
-echo "  36) Microsoft 【Windows Server 2008R2】"
-echo "  37) Microsoft 【Windows 7 Vienna】"
-echo "  38) Microsoft 【Windows_Server_2003】"
+echo "  56) Microsoft 【Windows 10 Lite】"
+echo "  57) Microsoft 【Windows 10 Lite UEFI】支持UEFI启动"
+echo "  58) Microsoft 【Windows Server 2008R2】"
+echo "  59) Microsoft 【Windows_Server_2003R2】"
 echo "                                                                "
 echo '  Custom DD System:bash Network-Reinstall-System-Modify.sh -DD "%URL%" '
 echo "                                                                "
 echo "================================================================"
 echo "                                                                "
-echo -n "Enter the System Identification Nnumber (for example: 0)"
+echo -n "Enter the System Identification Nnumber (for example: 00)"
 read Num
 case $Num in
-  0) bash Network-Reinstall-System-Modify.sh -CXT_Bare-metal_System_Deployment_Platform ;;
-  1) bash Network-Reinstall-System-Modify.sh -CentOS_8 ;;
-  2) bash Network-Reinstall-System-Modify.sh -CentOS_7 ;;
-  3) bash Network-Reinstall-System-Modify.sh -Debian_10 ;;
-  4) bash Network-Reinstall-System-Modify.sh -Debian_9 ;;
-  5) bash Network-Reinstall-System-Modify.sh -Ubuntu_20.04 ;;
-  6) bash Network-Reinstall-System-Modify.sh -Ubuntu_18.04 ;;
-  7) bash Network-Reinstall-System-Modify.sh -Ubuntu_16.04;;
-  8) bash Network-Reinstall-System-Modify.sh -Windows_Server_2019;;
-  9) bash Network-Reinstall-System-Modify.sh -Windows_Server_2016 ;;
-  10) bash Network-Reinstall-System-Modify.sh -Windows_Server_2012R2 ;;
+  00) bash Network-Reinstall-System-Modify.sh -CXT_Bare-metal_System_Deployment_Platform ;;
+
+  11) bash Network-Reinstall-System-Modify.sh -CentOS_8 ;;
+  12) bash Network-Reinstall-System-Modify.sh -CentOS_7 ;;
+
+  21) bash Network-Reinstall-System-Modify.sh -Debian_10 ;;
+  22) bash Network-Reinstall-System-Modify.sh -Debian_9 ;;
+
+  31) bash Network-Reinstall-System-Modify.sh -Ubuntu_20.04 ;;
+  32) bash Network-Reinstall-System-Modify.sh -Ubuntu_18.04 ;;
+
+  41) bash Network-Reinstall-System-Modify.sh -OpenWRT ;;
+  42) bash Network-Reinstall-System-Modify.sh -OpenWRT_UEFI ;;
+
+  51) bash Network-Reinstall-System-Modify.sh -Windows_Server_2019;;
+  51) bash Network-Reinstall-System-Modify.sh -Windows_Server_2019_UEFI;;
+  52) bash Network-Reinstall-System-Modify.sh -Windows_Server_2016 ;;
+  53) bash Network-Reinstall-System-Modify.sh -Windows_Server_2012R2 ;;
+  51) bash Network-Reinstall-System-Modify.sh -Windows_Server_2012R2_UEFI;;
   
-  31) bash Network-Reinstall-System-Modify.sh -CentOS_6 ;;
-  32) bash Network-Reinstall-System-Modify.sh -Debian_8 ;;
-  33) bash Network-Reinstall-System-Modify.sh -Debian_7 ;;
+  13) bash Network-Reinstall-System-Modify.sh -CentOS_6 ;;
+  23) bash Network-Reinstall-System-Modify.sh -Debian_8 ;;
+  24) bash Network-Reinstall-System-Modify.sh -Debian_7 ;;
+  33) bash Network-Reinstall-System-Modify.sh -Ubuntu_16.04;;
   34) bash Network-Reinstall-System-Modify.sh -Ubuntu_14.04 ;;
-  35) bash Network-Reinstall-System-Modify.sh -Windows_10_Lite ;;
-  36) bash Network-Reinstall-System-Modify.sh -Windows_Server_2008R2 ;;
-  37) bash Network-Reinstall-System-Modify.sh -Windows_7_Vienna ;;
-  38) bash Network-Reinstall-System-Modify.sh -Windows_Server_2003 ;;
+  56) bash Network-Reinstall-System-Modify.sh -Windows_10_Lite ;;
+  57) bash Network-Reinstall-System-Modify.sh -Windows_10_Lite_UEFI ;;
+  58) bash Network-Reinstall-System-Modify.sh -Windows_Server_2008R2 ;;
+  59) bash Network-Reinstall-System-Modify.sh -Windows_Server_2003R2 ;;
+
   *) echo "Wrong input, please enter again!" ;;
 esac

+ 25 - 25
Network-Reinstall-System-Modify.sh

@@ -21,8 +21,8 @@ echo -e "\n\n\n"
 clear
 echo -e "\n"
 echo "---------------------------------------------------------------------------------------------------------------------"
-echo -e "\033[33m 一键网络重装系统 - 魔改版 版本:V3.2.0 更新:2021年04月15日 \033[0m"
-echo -e "\033[33m Network-Reinstall-System-Modify Tools V3.2.0 2021/04/15 \033[0m"
+echo -e "\033[33m 一键网络重装系统 - 魔改版 版本:V4.0.1 更新:2021年04月16日 \033[0m"
+echo -e "\033[33m Network-Reinstall-System-Modify Tools V4.0.1 2021/04/16 \033[0m"
 echo "---------------------------------------------------------------------------------------------------------------------"
 echo -e "\033[33m 一键网络重装系统 - 魔改版(适用于Linux / Windows) \033[0m"
 echo -e "\033[33m 系统需求: 任何带有GRUB或GRUB2的Linux操作系统即可运行, 当前推荐安装的系统为: CentOS8/Debian10/Ubuntu20 \033[0m"
@@ -94,7 +94,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest CXT_Bare-metal_System_Deployment_Platform \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Bare-metal_System_Deployment_Platform/CXT_Bare-metal_System_Deployment_Platform_v3.6.vhd.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Bare-metal_System_Deployment_Platform/CXT_Bare-metal_System_Deployment_Platform_v3.6.vhd.gz'
 fi
 
 if [ $1 = '-OpenWRT' ]
@@ -103,7 +103,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest OpenWRT \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/OpenWRT-Virtualization-Servers/Stable/openwrt-x86-64-generic-squashfs-combined.img.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/OpenWRT-Virtualization-Servers/Stable/openwrt-x86-64-generic-squashfs-combined.img.gz'
 fi
 
 if [ $1 = '-OpenWRT_UEFI' ]
@@ -112,7 +112,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest OpenWRT_UEFI \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/OpenWRT-Virtualization-Servers/Stable/openwrt-x86-64-generic-squashfs-combined-efi.img.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/OpenWRT-Virtualization-Servers/Stable/openwrt-x86-64-generic-squashfs-combined-efi.img.gz'
 fi
 
 if [ $1 = '-CentOS_8' ]
@@ -121,7 +121,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest CentOS_8 \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/CentOS/CentOS_8.X_NetInstallation_Stable_v3.6.vhd.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/CentOS/CentOS_8.X_NetInstallation_Stable_v3.6.vhd.gz'
 fi
 
 if [ $1 = '-CentOS_7' ]
@@ -130,7 +130,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest CentOS_7 \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/CentOS/CentOS_7.X_NetInstallation_Final_v9.2.vhd.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/CentOS/CentOS_7.X_NetInstallation_Final_v9.2.vhd.gz'
 fi
 
 if [ $1 = '-Debian_10' ]
@@ -139,7 +139,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest Debian_10 \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -d 10 -v 64 -a
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -d 10 -v 64 -a
 fi
 
 if [ $1 = '-Debian_9' ]
@@ -148,7 +148,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest Debian_9 \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -d 9 -v 64 -a
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -d 9 -v 64 -a
 fi
 
 if [ $1 = '-Ubuntu_20.04' ]
@@ -157,7 +157,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest Ubuntu_20.04 \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -u 20.04 -v 64 -a
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -u 20.04 -v 64 -a
 fi
 
 if [ $1 = '-Ubuntu_18.04' ]
@@ -166,7 +166,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest Ubuntu_18.04 \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -u 18.04 -v 64 -a
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -u 18.04 -v 64 -a
 fi
 
 if [ $1 = '-Windows_Server_2019' ]
@@ -175,7 +175,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest Windows_Server_2019 \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2019_DataCenter_CN_v5.1.vhd.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2019_DataCenter_CN_v5.1.vhd.gz'
 fi
 
 if [ $1 = '-Windows_Server_2019_UEFI' ]
@@ -184,7 +184,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest Windows_Server_2019_UEFI \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2019_DataCenter_CN_v5.1_UEFI.vhd.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2019_DataCenter_CN_v5.1_UEFI.vhd.gz'
 fi
 
 if [ $1 = '-Windows_Server_2016' ]
@@ -193,7 +193,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest Windows_Server_2016 \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2016_DataCenter_CN_v4.12.vhd.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2016_DataCenter_CN_v4.12.vhd.gz'
 fi
 
 if [ $1 = '-Windows_Server_2012R2' ]
@@ -202,7 +202,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest Windows_Server_2012R2 \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2012R2_DataCenter_CN_v4.29.vhd.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2012R2_DataCenter_CN_v4.29.vhd.gz'
 fi
 
 if [ $1 = '-Windows_Server_2012R2_UEFI' ]
@@ -211,7 +211,7 @@ then
 	echo -e "\033[33m You have chosen to install the latest Windows_Server_2012R2_UEFI \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2012R2_DataCenter_CN_v4.29_UEFI.vhd.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2012R2_DataCenter_CN_v4.29_UEFI.vhd.gz'
 fi
 
 if [ $1 = '-DD' ]
@@ -220,7 +220,7 @@ then
 	echo -e "\033[33m You have chosen to install the DD package provided by you \033[0m"
 	echo -e "\n"
 	sleep 5s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd $2
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd $2
 fi
 
 
@@ -236,7 +236,7 @@ then
 	echo -e "\033[41;30m !!! Warn:Installing the old system will lead to security risks !!! \033[0m"
 	echo -e "\n"
 	sleep 10s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -c 6.10 -v 64 -a
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -c 6.10 -v 64 -a
 fi
 
 if [ $1 = '-Debian_8' ]
@@ -248,7 +248,7 @@ then
 	echo -e "\033[41;30m !!! Warn:Installing the old system will lead to security risks !!! \033[0m"
 	echo -e "\n"
 	sleep 10s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -d 8 -v 64 -a
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -d 8 -v 64 -a
 fi
 
 if [ $1 = '-Debian_7' ]
@@ -260,7 +260,7 @@ then
 	echo -e "\033[41;30m !!! Warn:Installing the old system will lead to security risks !!! \033[0m"
 	echo -e "\n"
 	sleep 10s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -d 7 -v 64 -a
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -d 7 -v 64 -a
 fi
 
 if [ $1 = '-Ubuntu_16.04' ]
@@ -272,7 +272,7 @@ then
 	echo -e "\033[41;30m !!! Warn:Installing the old system will lead to security risks !!! \033[0m"
 	echo -e "\n"
 	sleep 10s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -u 16.04 -v 64 -a
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -u 16.04 -v 64 -a
 fi
 
 if [ $1 = '-Ubuntu_14.04' ]
@@ -284,7 +284,7 @@ then
 	echo -e "\033[41;30m !!! Warn:Installing the old system will lead to security risks !!! \033[0m"
 	echo -e "\n"
 	sleep 10s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -u 14.04 -v 64 -a
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -u 14.04 -v 64 -a
 fi
 
 if [ $1 = '-Windows_10_Lite' ]
@@ -296,7 +296,7 @@ then
 	echo -e "\033[41;30m !!! Warn:Installing the old system will lead to security risks !!! \033[0m"
 	echo -e "\n"
 	sleep 10s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Historical_File_Windows_DD_Disk/Disk_Windows_10_x64_Lite_by_CXT_v1.0.vhd.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Historical_File_Windows_DD_Disk/Disk_Windows_10_x64_Lite_by_CXT_v1.0.vhd.gz'
 fi
 
 if [ $1 = '-Windows_Server_2008R2' ]
@@ -308,7 +308,7 @@ then
 	echo -e "\033[41;30m !!! Warn:Installing the old system will lead to security risks !!! \033[0m"
 	echo -e "\n"
 	sleep 10s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2008R2_DataCenter_CN_v3.27.vhd.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2008R2_DataCenter_CN_v3.27.vhd.gz'
 fi
 
 if [ $1 = '-Windows_Server_2003R2' ]
@@ -320,7 +320,7 @@ then
 	echo -e "\033[41;30m !!! Warn:Installing the old system will lead to security risks !!! \033[0m"
 	echo -e "\n"
 	sleep 10s
-	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_2020.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2003_DataCenter_CN_v7.1.vhd.gz'
+	wget --no-check-certificate -qO Core_Install.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/CoreShell/Core_Install_v3.1.sh' && bash Core_Install.sh -dd 'https://odc.cxthhhhh.com/SyStem/Windows_DD_Disks/Disk_Windows_Server_2003_DataCenter_CN_v7.1.vhd.gz'
 fi
 
 

+ 46 - 2
README.md

@@ -1,3 +1,47 @@
+<div align="center">
+  <a href="https://www.cxthhhhh.com/network-reinstall-system-modify">
+      <img src="https://raw.githubusercontent.com/MeowLove/Network-Reinstall-System-Modify/master/background/CXT_Logo.png"  >
+  </a>
+  <h1 align="center">
+    一键网络重装系统 - 魔改版 <br>(Network-Reinstall-System-Modify)
+  </h1>
+  <h3 align="center">
+    通过互联网重新安装Linux和Windows以及常用操作系统。<br> (Reinstall Linux and Windows and Common Operating Systems through the Internet.) <br><br>
+  </h3>
+
+  <a href="/LICENSE">
+    <img src="https://img.shields.io/badge/license-GPL_3.0-brightgreen.svg" alt="">
+  </a>
+
+  <a href="https://github.com/MeowLove/Network-Reinstall-System-Modify/pulls">
+    <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="">
+  </a>
+  
+  <a href="https://github.com/MeowLove/Network-Reinstall-System-Modify/issues/new">
+    <img src="https://img.shields.io/badge/Issues-welcome-brightgreen.svg">
+  </a>
+  
+  <a href="https://github.com/MeowLove/Network-Reinstall-System-Modify/releases">
+    <img src="https://img.shields.io/badge/release-4.1.0-blue.svg?">
+  </a>
+  
+  <a href="https://github.com/MeowLove/Network-Reinstall-System-Modify/releases">
+    <img src="https://img.shields.io/github/stars/MeowLove/Network-Reinstall-System-Modify.svg?style=flat-square&label=Stars&logo=github">
+  </a>
+  
+  <a href="https://github.com/MeowLove/Network-Reinstall-System-Modify/">
+    <img src="https://img.shields.io/github/forks/MeowLove/Network-Reinstall-System-Modify.svg?style=flat-square&label=Forks&logo=github">
+  </a>
+  
+  <a href="https://t.me/Technical_Blog">
+    <img src="https://img.shields.io/badge/Contact-telegram-orange">
+  </a>
+  
+</div>
+<br>
+
+
+
 # Network-Reinstall-System-Modify
 It can reinstall CentOS, Debian, Ubuntu, Windows 2003, 7, 2008R2, 2012R2, 2016, 2019 and other systems (continuously added) via the Internet, and can install any system via mounting remote network ISO.
 
@@ -48,8 +92,8 @@ A:You can join my Telegram channel and discussion groups for instant communica
 ## End Notes
 [Network-Reinstall-System-Modify](https://www.cxthhhhh.com/)
 
-Version:V3.1.0  
-Date:2020/09/15
+Version:V4.0.1  
+Date:2021/04/16
 
 [CXT - Enjoy Life | 生活、技术、交友、分享 - 自天佑之,吉无不利](https://www.cxthhhhh.com/)  
 https://www.cxthhhhh.com/