Skip to content

Commit

Permalink
Merge pull request #615 from eowle/master
Browse files Browse the repository at this point in the history
Remove unstuff from dependencies
  • Loading branch information
devttys0 authored Sep 20, 2022
2 parents fa0c0bd + 2129463 commit a555eb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ $ git clone https://github.com/devttys0/yaffshiv
$ (cd yaffshiv && sudo python setup.py install)
```

```bash
# Install unstuff (closed source) to extract StuffIt archive files
$ wget -O - http://downloads.tuxfamily.org/sdtraces/stuffit520.611linux-i386.tar.gz | tar -zxv
$ sudo cp bin/unstuff /usr/local/bin/
```

Note that for Debian/Ubuntu users, all of the above dependencies can be installed automatically using the included `deps.sh` script:

```bash
Expand Down
12 changes: 0 additions & 12 deletions deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,6 @@ function install_jefferson
$SUDO rm -rf jefferson
}

function install_unstuff
{
mkdir -p /tmp/unstuff
cd /tmp/unstuff

wget -O - http://downloads.tuxfamily.org/sdtraces/stuffit520.611linux-i386.tar.gz | tar -zxv
$SUDO cp bin/unstuff /usr/local/bin/
cd -
rm -rf /tmp/unstuff
}

function install_cramfstools
{
# Downloads cramfs tools from sourceforge and installs them to $INSTALL_LOCATION
Expand Down Expand Up @@ -251,7 +240,6 @@ install_pip_package "setuptools matplotlib capstone pycryptodome gnupg tk"
install_sasquatch
install_yaffshiv
install_jefferson
install_unstuff
install_ubireader

if [ $distro_version = "18" ]
Expand Down
1 change: 0 additions & 1 deletion src/binwalk/config/extract.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
^lha:lha:lha efi '%e'
^iso 9660:iso:7z x '%e' -oiso-root
^microsoft cabinet archive:cab:cabextract '%e'
^stuffit:sit:unstuff '%e'
^osx dmg:dmg:7z x '%e'
^lzo compressed data:lzo:lzop -f -d '%e'
^intel hex:hex:srec_cat '%e' -Intel -Output '%e.bin' -Binary
Expand Down

0 comments on commit a555eb1

Please sign in to comment.