4 lines
89 B
Bash
Raw Normal View History

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