From f06ea019a04be150e02b80b58f38ef9483a82aa9 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Tue, 12 Sep 2023 18:29:28 +0900 Subject: [PATCH] Update InstallNET.sh --- Linux_reinstall/InstallNET.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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