修复使用官方生态适配脚本打包器无法打开问题

This commit is contained in:
2023-03-19 13:28:29 +08:00
parent 0bcdc5a5ba
commit a572839928
36 changed files with 109 additions and 38 deletions

View File

@@ -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