启动器虚拟机快捷方式支持启动arm32、arm64架构系统

This commit is contained in:
2023-11-11 21:24:57 +08:00
parent 752f189ad0
commit 75dff53f22
4 changed files with 131 additions and 6 deletions

6
QemuSystemInstall.sh Executable file
View File

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