From e7b9d9273d3aa6ba9dca1dbd6cc1ea9ee7e4a491 Mon Sep 17 00:00:00 2001 From: Michael Rodler Date: Thu, 17 Aug 2017 15:48:40 +0200 Subject: [PATCH] fix keystone install --- keystone/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/keystone/install b/keystone/install index 8d73cc0..c4e7167 100755 --- a/keystone/install +++ b/keystone/install @@ -1,5 +1,4 @@ #!/bin/bash -ex -ctf-tools-pip install -U keystone -# seems to be broken? -#ctf-tools-pip3 install -U keystone +ctf-tools-pip install -U keystone-engine +ctf-tools-pip3 install -U keystone-engine