Commit e5c1558a by devttys0

Fixed typos, added libfuzzy2 to easy_install.sh

parent 2ecfc772
...@@ -40,7 +40,7 @@ def usage(fd): ...@@ -40,7 +40,7 @@ def usage(fd):
fd.write("General Options:\n") fd.write("General Options:\n")
fd.write("\t-f, --file=<file> Log results to file\n") fd.write("\t-f, --file=<file> Log results to file\n")
fd.write("\t-c, --csv Log results to file in csv format\n") fd.write("\t-c, --csv Log results to file in csv format\n")
fd.write("\t-q, --quiet Supress output to stdout\n") fd.write("\t-q, --quiet Suppress output to stdout\n")
fd.write("\t-t, --term Format output to fit the terminal window\n") fd.write("\t-t, --term Format output to fit the terminal window\n")
fd.write("\t-h, --help Show help\n") fd.write("\t-h, --help Show help\n")
......
...@@ -147,7 +147,7 @@ def usage(fd): ...@@ -147,7 +147,7 @@ def usage(fd):
fd.write("\t-c, --csv Log results to file in csv format\n") fd.write("\t-c, --csv Log results to file in csv format\n")
fd.write("\t-O, --skip-unopened Ignore file open errors and process only the files that can be opened\n") fd.write("\t-O, --skip-unopened Ignore file open errors and process only the files that can be opened\n")
fd.write("\t-t, --term Format output to fit the terminal window\n") fd.write("\t-t, --term Format output to fit the terminal window\n")
fd.write("\t-q, --quiet Supress output to stdout\n") fd.write("\t-q, --quiet Suppress output to stdout\n")
fd.write("\t-v, --verbose Be verbose (specify twice for very verbose)\n") fd.write("\t-v, --verbose Be verbose (specify twice for very verbose)\n")
fd.write("\t-u, --update Update magic signature files\n") fd.write("\t-u, --update Update magic signature files\n")
fd.write("\t-?, --examples Show example usage\n") fd.write("\t-?, --examples Show example usage\n")
......
...@@ -90,14 +90,14 @@ function debian ...@@ -90,14 +90,14 @@ function debian
fi fi
# Install binwalk/fmk pre-requisites and extraction tools # 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 p7zip p7zip-full openjdk-6-jdk $SUDO apt-get -y install git build-essential mtd-utils zlib1g-dev libfuzzy2 liblzma-dev ncompress gzip bzip2 tar arj p7zip p7zip-full openjdk-6-jdk
$SUDO apt-get -y install python-opengl python-qt4 python-qt4-gl python-numpy python-scipy $SUDO apt-get -y install python-opengl python-qt4 python-qt4-gl python-numpy python-scipy
} }
function redhat function redhat
{ {
$SUDO yum groupinstall -y "Development Tools" $SUDO yum groupinstall -y "Development Tools"
$SUDO yum install -y git mtd-utils unrar zlib1g-dev liblzma-dev xz-devel compress gzip bzip2 tar arj p7zip p7zip-full openjdk-6-jdk $SUDO yum install -y git mtd-utils unrar zlib1g-dev libfuzzy2 liblzma-dev xz-devel compress gzip bzip2 tar arj p7zip p7zip-full openjdk-6-jdk
$SUDO yum install -y python-opengl python-qt4 python-qt4-gl python-numpy python-scipy $SUDO yum install -y python-opengl python-qt4 python-qt4-gl python-numpy python-scipy
} }
......
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