Adds missing sudo invocation

pull/2364/head
Johnny 2017-07-27 16:30:26 -07:00 committed by GitHub
parent 3d8a7dfbb0
commit 9eeeb9a4f7
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ cd /var/www/MISP/app/files/scripts/
sudo -u www-data git clone https://github.com/CybOXProject/mixbox.git
cd /var/www/MISP/app/files/scripts/mixbox
sudo -u www-data git checkout v1.0.2
python setup.py install
sudo python setup.py install
4/ CakePHP
-----------