mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
4 lines
89 B
Bash
4 lines
89 B
Bash
|
#!/bin/bash
|
||
|
pkexec apt install qemu-system -y
|
||
|
echo 安装完成!按回车键退出
|
||
|
read
|