Removed git pull (x2) since we are already doing checkout

pull/542/merge
David André 2015-08-25 00:17:19 +02:00
parent b7480586ed
commit be81eb9583
1 changed files with 1 additions and 3 deletions

View File

@ -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
pip install pyzmq