新增UEFI固件

This commit is contained in:
2023-08-09 23:08:19 +08:00
parent f2d766d0f9
commit e642d17828
3 changed files with 1 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-user-static binfmt-support -y
sudo apt install qemu-user-static binfmt-support qemu-system-gui -y
echo 安装完成!按回车键退出
read