新增安装qemu/vbox功能

This commit is contained in:
2023-04-08 11:57:36 +08:00
parent 002a6e309d
commit fd78edd2f7
9 changed files with 60 additions and 5 deletions

4
QemuSystemInstall.sh Executable file
View File

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