From 01e829b02d6581b77b35cd5412e416c99a5a622c Mon Sep 17 00:00:00 2001 From: garanews Date: Wed, 6 Jun 2018 11:05:09 +0200 Subject: [PATCH] removed -y from pip install command removed -y from pip install command --- installing_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing_deps.sh b/installing_deps.sh index 6bb73f6b..93a38a1c 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -27,7 +27,7 @@ sudo apt-get install libev-dev libgmp-dev -y sudo apt-get install graphviz -y # install nosetests -sudo pip install nose -y +sudo pip install nose # ssdeep sudo apt-get install libfuzzy-dev -y