chg: [installer] Minor tweak

pull/4152/head
Steve Clement 2019-02-11 16:32:44 +09:00
parent 4378f1744c
commit 168abbd815
2 changed files with 0 additions and 6 deletions

View File

@ -1074,14 +1074,11 @@ mispmodules () {
cd misp-modules
# some misp-modules dependencies
sudo apt-get install libpq5 libjpeg-dev libfuzzy-dev -y
# pip install
debug "install lief"
# If you build an egg, the user you build it as need write permissions in the CWD
sudo chgrp $WWW_USER .
$SUDO_WWW ${PATH_TO_MISP}/venv/bin/pip install -I -r REQUIREMENTS
sudo chgrp staff .
$SUDO_WWW ${PATH_TO_MISP}/venv/bin/pip install -I .
sudo chgrp staff .
sudo apt install ruby-pygments.rb -y
sudo gem install asciidoctor-pdf --pre

View File

@ -12,14 +12,11 @@ mispmodules () {
cd misp-modules
# some misp-modules dependencies
sudo apt-get install libpq5 libjpeg-dev libfuzzy-dev -y
# pip install
debug "install lief"
# If you build an egg, the user you build it as need write permissions in the CWD
sudo chgrp $WWW_USER .
$SUDO_WWW ${PATH_TO_MISP}/venv/bin/pip install -I -r REQUIREMENTS
sudo chgrp staff .
$SUDO_WWW ${PATH_TO_MISP}/venv/bin/pip install -I .
sudo chgrp staff .
sudo apt install ruby-pygments.rb -y
sudo gem install asciidoctor-pdf --pre