diff --git a/ShellList/InstallQemuUserStatic.sh b/ShellList/InstallQemuUserStatic.sh index 1c16df0..8d71f53 100755 --- a/ShellList/InstallQemuUserStatic.sh +++ b/ShellList/InstallQemuUserStatic.sh @@ -1,3 +1,5 @@ +#!/bin/bash echo 开始安装 qemu-user-static pkexec apt update -pkexec apt install qemu-user-static -y \ No newline at end of file +# binfmt-support 是非常重要的 +pkexec apt install qemu-user-static binfmt-support -y \ No newline at end of file