install r2pipe by default

This commit is contained in:
Michael Rodler 2016-11-15 15:26:57 +01:00
parent 515924f580
commit 88f6e7c868
2 changed files with 5 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
#/bin/bash -e
ctf-tools-pip uninstall -y r2pipe || true