Skip to content

Commit d62247a

Browse files
f0rkizardus
authored andcommitted
fix binwalk install script, add uninstall script, fixes zardus#135
1 parent aa8c464 commit d62247a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

binwalk/install

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
git clone --depth 1 https://github.com/devttys0/binwalk.git
44
ctf-tools-pip install -e binwalk
55

6+
source ctf-tools-venv-activate
67
mkdir -p bin
78
ln -s $VIRTUAL_ENV/bin/binwalk bin

binwalk/uninstall

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash -ex
2+
3+
ctf-tools-pip uninstall -y binwalk || true

0 commit comments

Comments
 (0)