From c87218232dd1fff73d5d3f18df18dbccbcff01a0 Mon Sep 17 00:00:00 2001 From: gfdgd-xi <3025613752@qq.com> Date: Fri, 2 Aug 2024 13:29:20 +0800 Subject: [PATCH] Repair running problem with not x86 machine and use qemu extra --- StartVM.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StartVM.sh b/StartVM.sh index 4c9bd34..af5d3f6 100755 --- a/StartVM.sh +++ b/StartVM.sh @@ -94,7 +94,7 @@ if [[ $? == 0 ]] && [[ -f "$HOME/Qemu/Windows/Windows.qcow2" ]]; then qemuPath="bwrap --dev-bind / / --bind ./VM/MipsQemu/usr/lib/mips64el-linux-gnuabi64/qemu/ui-gtk.so /usr/lib/mips64el-linux-gnuabi64/qemu/ui-gtk.so ./VM/MipsQemu/usr/bin/qemu-system-x86_64" fi fi - if [[ $qemuMore != "" ]]; then + if [[ $qemuMore == "" ]]; then qemuPath=$qemuMore fi echo 不使用 kvm 加速