diff --git a/Linux_reinstall/InstallNET.sh b/Linux_reinstall/InstallNET.sh index 6a0af1a..0a05956 100644 --- a/Linux_reinstall/InstallNET.sh +++ b/Linux_reinstall/InstallNET.sh @@ -1153,7 +1153,7 @@ function checkSys() { exit 1 fi -# Remove "inetutils-ping" because it does not support "ping -4" or "ping -6". +# Remove "inetutils-ping" because it does not support the statement of "ping -4" or "ping -6". # "kexec-tools" is also need to be removed because in environment of official template of Debian 12 on Tencent Cloud, whether it is executing on instance of "Lighthouse" or "CVM"(Cloud Virtual Machine). # This component may cause the menuentry of grub which we had generated and wrote can't be booted successfully when rebooting the system. apt purge inetutils-ping kexec-tools -y