mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-14 06:52:36 +00:00
install r2pipe by default
This commit is contained in:
parent
515924f580
commit
88f6e7c868
2 changed files with 5 additions and 0 deletions
|
@ -17,3 +17,5 @@ LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:$PWD/../lib $PWD/$i.real "\$@"
|
|||
END
|
||||
chmod 755 $i
|
||||
done
|
||||
|
||||
ctf-tools-pip install -yU r2pipe
|
||||
|
|
3
radare2/uninstall
Executable file
3
radare2/uninstall
Executable file
|
@ -0,0 +1,3 @@
|
|||
#/bin/bash -e
|
||||
|
||||
ctf-tools-pip uninstall -y r2pipe || true
|
Loading…
Reference in a new issue