Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
binwalk
Commits
4ac6c809
Commit
4ac6c809
authored
8 years ago
by
Craig Heffner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added yaffshiv to deps.sh
parent
e7652d2c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
deps.sh
deps.sh
+14
-6
No files found.
deps.sh
View file @
4ac6c809
...
...
@@ -32,6 +32,13 @@ else
REQUIRED_UTILS
=
"sudo
$REQUIRED_UTILS
"
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
{
git clone https://github.com/devttys0/sasquatch
...
...
@@ -163,10 +170,11 @@ if [ $? -ne 0 ]
echo
"Package installation failed:
$PKG_CANDIDATES
"
exit
1
fi
install_pip_package pyqtgraph
install_pip_package capstone
install_sasquatch
install_jefferson
install_unstuff
install_ubireader
#install_pip_package pyqtgraph
#install_pip_package capstone
#install_sasquatch
install_yaffshiv
#install_jefferson
#install_unstuff
#install_ubireader
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment