From be81eb9583cec4f238bb63293b3136dcd12daac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Andr=C3=A9?= Date: Tue, 25 Aug 2015 00:17:19 +0200 Subject: [PATCH] Removed git pull (x2) since we are already doing checkout --- INSTALL/UPDATE.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL/UPDATE.txt b/INSTALL/UPDATE.txt index 9501b34ae..116e01775 100644 --- a/INSTALL/UPDATE.txt +++ b/INSTALL/UPDATE.txt @@ -15,11 +15,9 @@ git checkout 2.6 cd /var/www/MISP/app/files/scripts/python-cybox git checkout v2.1.0.10 -git pull python setup.py install cd /var/www/MISP/app/files/scripts/python-stix git checkout v1.1.1.4 -git pull python setup.py install # 4. Update CakeResque and it's dependencies @@ -58,4 +56,4 @@ su www-data -c 'bash /var/www/MISP/app/Console/worker/start.sh' # 7. Add any new dependencies that might have been added since you've last updated (shown below) # 7.a requirements for the pubsub optional feature -pip install pyzmq \ No newline at end of file +pip install pyzmq