mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
fix binwalk install script, add uninstall script, fixes #135
This commit is contained in:
parent
aa8c464dda
commit
d62247af0e
2 changed files with 4 additions and 0 deletions
|
@ -3,5 +3,6 @@
|
|||
git clone --depth 1 https://github.com/devttys0/binwalk.git
|
||||
ctf-tools-pip install -e binwalk
|
||||
|
||||
source ctf-tools-venv-activate
|
||||
mkdir -p bin
|
||||
ln -s $VIRTUAL_ENV/bin/binwalk bin
|
||||
|
|
3
binwalk/uninstall
Executable file
3
binwalk/uninstall
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
ctf-tools-pip uninstall -y binwalk || true
|
Loading…
Reference in a new issue