deep-wine-runner/QemuSystemInstall.sh

4 lines
89 B
Bash
Raw Normal View History

2023-04-08 11:57:36 +08:00
#!/bin/bash
pkexec apt install qemu-system -y
echo 安装完成!按回车键退出
read