error correction syntax

This commit is contained in:
Jeremy MANSON 2016-03-07 10:23:52 +01:00
parent 93a05133b0
commit 25c589c460

View File

@ -13,12 +13,12 @@ fi
id -u shinken &>/dev/null || sudo useradd -d /home/yunohost.app/shinken shinken
# Install required packages
sudo apt-get install -y apt-get install python-cherrypy3 python-pip python-pycurl nagios-plugins
sudo apt-get install -y python-cherrypy3 python-pip python-pycurl nagios-plugins
sudo bash -c "pip install shinken"
# prepare shinken
sudo pip install pymongo>=3.0.3 requests arrow bottle==0.12.8 passlib
sudo apt-get install mongodb
sudo apt-get install mongodb -y
sudo su -c shinken --int -l shinken
sudo su -c shinken install webui2 -l shinken