Update qemu_winx11.md

This commit is contained in:
aiminick 2021-10-13 23:16:54 +08:00 committed by GitHub
parent 7caea43231
commit 155c7a6807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ qemu-system qemu-system-arm qemu-system-common qemu-system-data \
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) ;\
done) ; \
apt install $pkgs
```