Skip to content

Commit a555eb1

Browse files
authored
Merge pull request #615 from eowle/master
Remove unstuff from dependencies
2 parents fa0c0bd + 2129463 commit a555eb1

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

INSTALL.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ $ git clone https://github.com/devttys0/yaffshiv
7979
$ (cd yaffshiv && sudo python setup.py install)
8080
```
8181

82-
```bash
83-
# Install unstuff (closed source) to extract StuffIt archive files
84-
$ wget -O - http://downloads.tuxfamily.org/sdtraces/stuffit520.611linux-i386.tar.gz | tar -zxv
85-
$ sudo cp bin/unstuff /usr/local/bin/
86-
```
87-
8882
Note that for Debian/Ubuntu users, all of the above dependencies can be installed automatically using the included `deps.sh` script:
8983

9084
```bash

deps.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,6 @@ function install_jefferson
9595
$SUDO rm -rf jefferson
9696
}
9797

98-
function install_unstuff
99-
{
100-
mkdir -p /tmp/unstuff
101-
cd /tmp/unstuff
102-
103-
wget -O - http://downloads.tuxfamily.org/sdtraces/stuffit520.611linux-i386.tar.gz | tar -zxv
104-
$SUDO cp bin/unstuff /usr/local/bin/
105-
cd -
106-
rm -rf /tmp/unstuff
107-
}
108-
10998
function install_cramfstools
11099
{
111100
# Downloads cramfs tools from sourceforge and installs them to $INSTALL_LOCATION
@@ -251,7 +240,6 @@ install_pip_package "setuptools matplotlib capstone pycryptodome gnupg tk"
251240
install_sasquatch
252241
install_yaffshiv
253242
install_jefferson
254-
install_unstuff
255243
install_ubireader
256244

257245
if [ $distro_version = "18" ]

src/binwalk/config/extract.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
^lha:lha:lha efi '%e'
3838
^iso 9660:iso:7z x '%e' -oiso-root
3939
^microsoft cabinet archive:cab:cabextract '%e'
40-
^stuffit:sit:unstuff '%e'
4140
^osx dmg:dmg:7z x '%e'
4241
^lzo compressed data:lzo:lzop -f -d '%e'
4342
^intel hex:hex:srec_cat '%e' -Intel -Output '%e.bin' -Binary

0 commit comments

Comments
 (0)