From 25c589c46091c0d97af0c4806bede7572c212ce4 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Mon, 7 Mar 2016 10:23:52 +0100 Subject: [PATCH] error correction syntax --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 3429676..06f3766 100644 --- a/scripts/install +++ b/scripts/install @@ -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