fix ropper install script to use --no-binary, since --no-use-wheel is deprecated and some pip versions have it removed already

This commit is contained in:
Michael Rodler 2018-04-20 15:01:10 +02:00 committed by Yan
parent 0c64793157
commit cefcce33db

View file

@ -2,6 +2,6 @@
[ -e ropper ] || git clone --depth 1 https://github.com/sashs/Ropper.git ropper
ctf-tools-pip install --no-use-wheel -I capstone
ctf-tools-pip install --no-binary -I capstone
ctf-tools-pip install filebytes
ctf-tools-pip install -e ropper