mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-05-26 01:39:54 +08:00
修复提示缺少user-static时不会安装binfmt-support的问题
This commit is contained in:
parent
5ceba0033d
commit
0c0da05623
@ -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
|
Loading…
x
Reference in New Issue
Block a user