Update qemu_winx11.md

This commit is contained in:
aiminick 2021-10-13 23:23:08 +08:00 committed by GitHub
parent e701b15347
commit 028bd7679f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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