File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed
Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff 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-
8882Note that for Debian/Ubuntu users, all of the above dependencies can be installed automatically using the included ` deps.sh ` script:
8983
9084``` bash
Original file line number Diff line number Diff 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-
10998function 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"
251240install_sasquatch
252241install_yaffshiv
253242install_jefferson
254- install_unstuff
255243install_ubireader
256244
257245if [ $distro_version = " 18" ]
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments