Update qemu_winx11.md
This commit is contained in:
parent
e2dc169c06
commit
f3fa4fe0c7
|
|
@ -1,6 +1,8 @@
|
|||
## Upgrade buster-backports qemu version
|
||||
|
||||
```
|
||||
apt update; apt upgrade -y
|
||||
|
||||
apt install libfdt1=\
|
||||
$(apt-cache madison libfdt1|head -n1|awk -F'|' '{print $2}'|sed 's/ //g') \
|
||||
-y
|
||||
|
|
|
|||
Loading…
Reference in New Issue