Skip to content

Commit cefcce3

Browse files
f0rkizardus
authored andcommitted
fix ropper install script to use --no-binary, since --no-use-wheel is deprecated and some pip versions have it removed already
1 parent 0c64793 commit cefcce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ropper/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[ -e ropper ] || git clone --depth 1 https://github.com/sashs/Ropper.git ropper
44

5-
ctf-tools-pip install --no-use-wheel -I capstone
5+
ctf-tools-pip install --no-binary -I capstone
66
ctf-tools-pip install filebytes
77
ctf-tools-pip install -e ropper

0 commit comments

Comments
 (0)