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-gitdep
binwalk
Commits
527cc1ad
Commit
527cc1ad
authored
10 years ago
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed pyqtgraph from deps.sh
parent
9181304d
fix-entropy-graph-legend
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
deps.sh
deps.sh
+0
-14
No files found.
deps.sh
View file @
527cc1ad
#!/bin/bash
# Easy installer script for installing binwalk extraction utilities on Debian/RedHat systems.
# Normally invoked via 'make deps'.
SUDO
=
$(
which
sudo
)
SUMOUNT
=
"
$1
$2
"
function
pyqtgraph
{
# Get and install pyqtgraph
wget
-O
- http://www.pyqtgraph.org/downloads/pyqtgraph-0.9.8.tar.gz |
tar
-zxv
if
[
-e
pyqtgraph-0.9.8
]
then
cd
pyqtgraph-0.9.8
&&
$SUDO
python ./setup.py install
&&
cd
-
&&
$SUDO
rm
-rf
pyqtgraph-0.9.8
fi
}
function
fmk
{
# Get and build the firmware mod kit
...
...
@@ -155,9 +144,6 @@ case $DISTRO in
exit
1
esac
# Get and install pyqtgraph
pyqtgraph
# Get and build the firmware mod kit
fmk
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