初步制作qemu实现的跨架构运行wine的功能结构

This commit is contained in:
2022-11-30 14:37:37 +08:00
parent d330c83691
commit e78fb2b4a4
4 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
echo 开始安装 qemu-user-static
pkexec apt update
pkexec apt install qemu-user-static -y