mirror of https://github.com/MISP/misp-cloud
fix misp-modules chown order
parent
464dc8d3dc
commit
91b3b0c3eb
|
@ -479,8 +479,8 @@ echo "--- Installing MISP modules ---"
|
|||
apt-get install -y libpq5 libjpeg-dev libfuzzy-dev > /dev/null 2>&1
|
||||
cd /usr/local/src/
|
||||
git clone https://github.com/MISP/misp-modules.git
|
||||
cd misp-modules
|
||||
sudo chown -R www-data:www-data misp-modules
|
||||
cd misp-modules
|
||||
|
||||
# pip3 install
|
||||
pip3 install -I -r REQUIREMENTS > /dev/null 2>&1
|
||||
|
|
Loading…
Reference in New Issue