Update qemu_winx11.md

This commit is contained in:
aiminick 2021-10-20 02:36:40 +08:00 committed by GitHub
parent e2dc169c06
commit f3fa4fe0c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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