Update InstallNET.sh

This commit is contained in:
Molly Lau 2023-09-12 18:29:28 +09:00 committed by GitHub
parent db831f3739
commit f06ea019a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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