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
2b16817f
Unverified
Commit
2b16817f
authored
Nov 08, 2019
by
devttys0
Committed by
GitHub
Nov 08, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #399 from ffontaine/master
deps.sh: use new upstream cramfs-tools
parents
c2d7e480
0d3a51eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
deps.sh
deps.sh
+3
-5
No files found.
deps.sh
View file @
2b16817f
...
@@ -103,16 +103,14 @@ function install_cramfstools
...
@@ -103,16 +103,14 @@ function install_cramfstools
INSTALL_LOCATION
=
/usr/local/bin
INSTALL_LOCATION
=
/usr/local/bin
# https://github.com/torvalds/linux/blob/master/fs/cramfs/README#L106
# https://github.com/torvalds/linux/blob/master/fs/cramfs/README#L106
wget https://downloads.sourceforge.net/project/cramfs/cramfs/1.1/cramfs-1.1.tar.gz?ts
=
$TIME
-O
cramfs-1.1.tar.gz
git clone https://github.com/npitre/cramfs-tools
tar
xf cramfs-1.1.tar.gz
# There is no "make install"
# There is no "make install"
(
cd
cramfs-
1.1
\
(
cd
cramfs-
tools
\
&&
make
\
&&
make
\
&&
$SUDO
install mkcramfs
$INSTALL_LOCATION
\
&&
$SUDO
install mkcramfs
$INSTALL_LOCATION
\
&&
$SUDO
install cramfsck
$INSTALL_LOCATION
)
&&
$SUDO
install cramfsck
$INSTALL_LOCATION
)
rm cramfs-1.1.tar.gz
rm
-rf
cramfs-tools
rm
-rf
cramfs-1.1
}
}
...
...
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