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
c84bec17
Commit
c84bec17
authored
Mar 24, 2021
by
Peter Eacmen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sasquatch patch was merged
parent
366de69a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
deps.sh
deps.sh
+5
-5
No files found.
deps.sh
View file @
c84bec17
...
...
@@ -76,21 +76,21 @@ fi
function
install_yaffshiv
{
git clone https://github.com/devttys0/yaffshiv
git clone
--quiet
--depth
1
--branch
"master"
https://github.com/devttys0/yaffshiv
(
cd
yaffshiv
&&
$SUDO
$PYTHON
setup.py install
)
$SUDO
rm
-rf
yaffshiv
}
function
install_sasquatch
{
git clone
--quiet
--depth
1
--branch
"
patch-1"
https://github.com/eacmen
/sasquatch
git clone
--quiet
--depth
1
--branch
"
master"
https://github.com/devttys0
/sasquatch
(
cd
sasquatch
&&
$SUDO
./build.sh
)
$SUDO
rm
-rf
sasquatch
}
function
install_jefferson
{
git clone https://github.com/sviehb/jefferson
git clone
--quiet
--depth
1
--branch
"master"
https://github.com/sviehb/jefferson
(
cd
jefferson
&&
$SUDO
$PYTHON
-mpip
install
-r
requirements.txt
&&
$SUDO
$PYTHON
setup.py install
)
$SUDO
rm
-rf
jefferson
}
...
...
@@ -113,7 +113,7 @@ function install_cramfstools
INSTALL_LOCATION
=
/usr/local/bin
# https://github.com/torvalds/linux/blob/master/fs/cramfs/README#L106
git clone https://github.com/npitre/cramfs-tools
git clone
--quiet
--depth
1
--branch
"master"
https://github.com/npitre/cramfs-tools
# There is no "make install"
(
cd
cramfs-tools
\
&&
make
\
...
...
@@ -126,7 +126,7 @@ function install_cramfstools
function
install_ubireader
{
git clone https://github.com/jrspruitt/ubi_reader
git clone
--quiet
--depth
1
--branch
"master"
https://github.com/jrspruitt/ubi_reader
(
cd
ubi_reader
&&
$SUDO
$PYTHON
setup.py install
)
$SUDO
rm
-rf
ubi_reader
}
...
...
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