mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
5 lines
154 B
Bash
Executable File
5 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
echo 开始安装 qemu-user-static
|
|
pkexec apt update
|
|
# binfmt-support 是非常重要的
|
|
pkexec apt install qemu-user-static binfmt-support -y |