mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-02 14:17:18 +00:00
qemu: install libfdt-dev build dep
This commit is contained in:
parent
d51aac7450
commit
075aeb05bc
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
apt-get install -y python pkg-config zlib1g-dev libglib2.0-dev libpixman-1-dev
|
||||
apt-get install -y python pkg-config zlib1g-dev \
|
||||
libglib2.0-dev libpixman-1-dev libfdt-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue