From cefcce33db09d911e21fd4aa7ec607b2a96ee745 Mon Sep 17 00:00:00 2001 From: Michael Rodler Date: Fri, 20 Apr 2018 15:01:10 +0200 Subject: [PATCH] fix ropper install script to use --no-binary, since --no-use-wheel is deprecated and some pip versions have it removed already --- ropper/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ropper/install b/ropper/install index 6bc0fb1..27660b7 100755 --- a/ropper/install +++ b/ropper/install @@ -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