解决ubuntu2210版本无法正确编译grub,以及正确安装qemu的问题 (#176)

This commit is contained in:
login
2023-02-27 01:00:35 +08:00
committed by GitHub
parent 4177d0327c
commit b66beefd4e
2 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ install_ubuntu_debian_pkg()
if [ -z "$(which qemu-system-x86_64)" ]; then
echo "正在安装QEMU虚拟机..."
sudo $1 install -y qemu qemu-system qemu-kvm
sudo $1 install -y qemu-system qemu-kvm
else
echo "QEMU已经在您的电脑上安装"
fi