Commit 36ff09c7 by devttys0

Updated deps.sh to install lha separately.

parent c03cd11d
......@@ -63,7 +63,9 @@ function debian
fi
# Install binwalk/fmk pre-requisites and extraction tools
$SUDO apt-get -y install git build-essential mtd-utils zlib1g-dev liblzma-dev ncompress gzip bzip2 tar arj lha p7zip p7zip-full openjdk-6-jdk
# lha isn't in newer ubuntu repos, so install it separately in case it fails
$SUDO apt-get -y install lha
$SUDO apt-get -y install git build-essential mtd-utils zlib1g-dev liblzma-dev ncompress gzip bzip2 tar arj p7zip p7zip-full openjdk-6-jdk
$SUDO apt-get -y install libqt4-opengl python-opengl python-qt4 python-qt4-gl python-numpy python-scipy
if [ "$(which python3)" != "" ]
then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment