mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
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:
parent
0c64793157
commit
cefcce33db
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
[ -e ropper ] || git clone --depth 1 https://github.com/sashs/Ropper.git ropper
|
[ -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 filebytes
|
||||||
ctf-tools-pip install -e ropper
|
ctf-tools-pip install -e ropper
|
||||||
|
|
Loading…
Reference in a new issue