Commit 4ac6c809 by Craig Heffner

Added yaffshiv to deps.sh

parent e7652d2c
...@@ -32,6 +32,13 @@ else ...@@ -32,6 +32,13 @@ else
REQUIRED_UTILS="sudo $REQUIRED_UTILS" REQUIRED_UTILS="sudo $REQUIRED_UTILS"
fi fi
function install_yaffshiv
{
git clone https://github.com/devttys0/yaffshiv
(cd yaffshiv && $SUDO python2 setup.py install)
$SUDO rm -rf yaffshiv
}
function install_sasquatch function install_sasquatch
{ {
git clone https://github.com/devttys0/sasquatch git clone https://github.com/devttys0/sasquatch
...@@ -163,10 +170,11 @@ if [ $? -ne 0 ] ...@@ -163,10 +170,11 @@ if [ $? -ne 0 ]
echo "Package installation failed: $PKG_CANDIDATES" echo "Package installation failed: $PKG_CANDIDATES"
exit 1 exit 1
fi fi
install_pip_package pyqtgraph #install_pip_package pyqtgraph
install_pip_package capstone #install_pip_package capstone
install_sasquatch #install_sasquatch
install_jefferson install_yaffshiv
install_unstuff #install_jefferson
install_ubireader #install_unstuff
#install_ubireader
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