mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
add zlib to firmware mod kit deps
This commit is contained in:
parent
29371ad433
commit
0bae19b519
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
apt-get -y install liblzma-dev python-magic
|
||||
apt-get -y install liblzma-dev python-magic zlib1g-dev
|
||||
|
|
Loading…
Reference in a new issue