From e2dc169c06f4b874fb32bd5f2b705c8b633a8157 Mon Sep 17 00:00:00 2001 From: aiminick Date: Mon, 18 Oct 2021 20:24:59 +0800 Subject: [PATCH] Update qemu_winx11.md --- docs/qemu_winx11.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/qemu_winx11.md b/docs/qemu_winx11.md index 645b15b..5b525b8 100644 --- a/docs/qemu_winx11.md +++ b/docs/qemu_winx11.md @@ -23,15 +23,15 @@ qemu-system-gui qemu-system-mips qemu-system-misc qemu-system-ppc \ qemu-system-sparc qemu-system-x86 qemu-utils; \ do echo -n "$i=$(apt-cache madison qemu|head -n1|awk '{print $3}') "; \ done) ; \ -apt install $pkgs +apt install $pkgs -y pkgs=$(for i in qemu-efi qemu-efi-aarch64 qemu-efi-arm; \ do echo -n "$i=$(apt-cache madison qemu-efi-aarch64|head -n1|awk '{print $3}') "; \ done) ; \ -apt install $pkgs +apt install $pkgs -y pkgs=$(for i in ipxe-qemu; \ do echo -n "$i=$(apt-cache madison ipxe-qemu|head -n1|awk '{print $3}') "; \ done) ; \ -apt install $pkgs +apt install $pkgs -y ```