mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-11-12 10:20:34 +08:00
Update InstallNET.sh
This commit is contained in:
parent
db831f3739
commit
f06ea019a0
1 changed files with 1 additions and 1 deletions
|
|
@ -1153,7 +1153,7 @@ function checkSys() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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).
|
# "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.
|
# 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
|
apt purge inetutils-ping kexec-tools -y
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue