diff --git a/docs/qemu_winx11.md b/docs/qemu_winx11.md index 8945f6b..52a8583 100644 --- a/docs/qemu_winx11.md +++ b/docs/qemu_winx11.md @@ -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 ```