新增QEMU USER

This commit is contained in:
gfdgd xi 2023-07-12 18:24:46 +08:00
parent 45594618f8
commit 851105e7bd

View File

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