From 028bd7679f1ec335fbb63b3bd9f636c879d3435f Mon Sep 17 00:00:00 2001 From: aiminick Date: Wed, 13 Oct 2021 23:23:08 +0800 Subject: [PATCH] Update qemu_winx11.md --- docs/qemu_winx11.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/qemu_winx11.md b/docs/qemu_winx11.md index f151beb..effc6f5 100644 --- a/docs/qemu_winx11.md +++ b/docs/qemu_winx11.md @@ -10,12 +10,12 @@ done) ; \ apt install $pkgs pkgs=$(for i in qemu-efi qemu-efi-aarch64 qemu-efi-arm; \ -do echo -n "$i=$(apt-cache madison qemu|head -n1|awk '{print $3}') "; \ +do echo -n "$i=$(apt-cache madison qemu-efi-aarch64|head -n1|awk '{print $3}') "; \ done) ; \ apt install $pkgs pkgs=$(for i in ipxe-qemu; \ -do echo -n "$i=$(apt-cache madison qemu|head -n1|awk '{print $3}') "; \ +do echo -n "$i=$(apt-cache madison ipxe-qemu|head -n1|awk '{print $3}') "; \ done) ; \ apt install $pkgs ```