Update kvm.sh

This commit is contained in:
悟空的日常镜像仓库 2024-09-30 19:34:34 +08:00
parent 6c8fd76a0c
commit ff9c37de9a
1 changed files with 2 additions and 2 deletions

View File

@ -89,9 +89,9 @@ install_virt_manager() {
} }
check_kvm() { check_kvm() {
if [ -c /dev/kvm ]; then if [ -c /dev/kvm ]; then
green "KVM is installed successfully." green "恭喜!KVM 安装成功"
else else
red "KVM is not installed. Your system may not support KVM virtualization." red "KVM未能安装成功 可能是您的系统内核不支持KVM 或者是 该设备的CPU不支持KVM"
fi fi
} }
# 卸载QEMU/KVM虚拟机管理器 # 卸载QEMU/KVM虚拟机管理器