Qemu安装功能新增安装qemu-efi-aarch64

This commit is contained in:
2023-11-11 19:38:02 +08:00
parent bab6115348
commit 3f6c4a47ff
2 changed files with 350 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
sudo apt update
sudo apt install qemu-system qemu-user qemu-efi -y
sudo apt install qemu-system qemu-user qemu-efi qemu-efi-aarch64 -y
sudo apt install qemu-user-static binfmt-support qemu-system-gui -y
echo 安装完成!按回车键退出
read