add zlib to firmware mod kit deps

This commit is contained in:
Yan 2016-02-03 23:53:16 -08:00
parent 29371ad433
commit 0bae19b519

View file

@ -1,3 +1,3 @@
#!/bin/bash
apt-get -y install liblzma-dev python-magic
apt-get -y install liblzma-dev python-magic zlib1g-dev