deep-wine-runner/QemuSystemInstall.sh

4 lines
89 B
Bash
Executable File

#!/bin/bash
pkexec apt install qemu-system -y
echo 安装完成!按回车键退出
read