Update qemu_winx11.md
This commit is contained in:
parent
5349dbdd55
commit
e2dc169c06
|
|
@ -23,15 +23,15 @@ qemu-system-gui qemu-system-mips qemu-system-misc qemu-system-ppc \
|
||||||
qemu-system-sparc qemu-system-x86 qemu-utils; \
|
qemu-system-sparc qemu-system-x86 qemu-utils; \
|
||||||
do echo -n "$i=$(apt-cache madison qemu|head -n1|awk '{print $3}') "; \
|
do echo -n "$i=$(apt-cache madison qemu|head -n1|awk '{print $3}') "; \
|
||||||
done) ; \
|
done) ; \
|
||||||
apt install $pkgs
|
apt install $pkgs -y
|
||||||
|
|
||||||
pkgs=$(for i in qemu-efi qemu-efi-aarch64 qemu-efi-arm; \
|
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}') "; \
|
do echo -n "$i=$(apt-cache madison qemu-efi-aarch64|head -n1|awk '{print $3}') "; \
|
||||||
done) ; \
|
done) ; \
|
||||||
apt install $pkgs
|
apt install $pkgs -y
|
||||||
|
|
||||||
pkgs=$(for i in ipxe-qemu; \
|
pkgs=$(for i in ipxe-qemu; \
|
||||||
do echo -n "$i=$(apt-cache madison ipxe-qemu|head -n1|awk '{print $3}') "; \
|
do echo -n "$i=$(apt-cache madison ipxe-qemu|head -n1|awk '{print $3}') "; \
|
||||||
done) ; \
|
done) ; \
|
||||||
apt install $pkgs
|
apt install $pkgs -y
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue