Update kvm.sh
This commit is contained in:
parent
6c8fd76a0c
commit
ff9c37de9a
@ -89,9 +89,9 @@ install_virt_manager() {
|
||||
}
|
||||
check_kvm() {
|
||||
if [ -c /dev/kvm ]; then
|
||||
green "KVM is installed successfully."
|
||||
green "恭喜!KVM 安装成功"
|
||||
else
|
||||
red "KVM is not installed. Your system may not support KVM virtualization."
|
||||
red "KVM未能安装成功 可能是您的系统内核不支持KVM 或者是 该设备的CPU不支持KVM"
|
||||
fi
|
||||
}
|
||||
# 卸载QEMU/KVM虚拟机管理器
|
||||
|
Loading…
Reference in New Issue
Block a user