From 7b7185fcd237417de1a7fb15c2feae9f00fb7f08 Mon Sep 17 00:00:00 2001 From: kennwhite Date: Mon, 19 Dec 2016 16:22:27 -0500 Subject: [PATCH] Update pre-install_redhat_centos_6.x.md --- docs/pre-install_redhat_centos_6.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pre-install_redhat_centos_6.x.md b/docs/pre-install_redhat_centos_6.x.md index a01a121..700ccd2 100644 --- a/docs/pre-install_redhat_centos_6.x.md +++ b/docs/pre-install_redhat_centos_6.x.md @@ -42,7 +42,7 @@ pip -q install setuptools --upgrade wget -q https://github.com/trailofbits/algo/archive/master.zip unzip master.zip -cd algo-master || echo "No Algo directory found" && exit +cd algo-master || echo "No Algo directory found" # Must be run from algo-master dir: pip -q install -r requirements.txt # install Algo local (pusher) dependencies