deep-wine-runner/ShellList/InstallQemuUserStatic.sh

5 lines
154 B
Bash
Raw Normal View History

#!/bin/bash
echo 开始安装 qemu-user-static
pkexec apt update
# binfmt-support 是非常重要的
pkexec apt install qemu-user-static binfmt-support -y