mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2026-04-04 22:50:24 +08:00
修复使用官方生态适配脚本打包器无法打开问题
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo 开始安装 qemu-user-static
|
||||
pkexec apt update
|
||||
pkexec apt install qemu-user-static -y
|
||||
# binfmt-support 是非常重要的
|
||||
pkexec apt install qemu-user-static binfmt-support -y
|
||||
Reference in New Issue
Block a user