修复提示缺少user-static时不会安装binfmt-support的问题

This commit is contained in:
gfdgd xi 2023-03-03 22:14:14 +08:00
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