deep-wine-runner/QemuSystemInstall.sh
2023-08-09 22:57:14 +08:00

7 lines
175 B
Bash
Executable File

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