From 7e436e5790d2344ee612cae55643312f5cc7db04 Mon Sep 17 00:00:00 2001 From: "J. Fernando Lagrange" Date: Sun, 17 Sep 2017 12:24:02 +0200 Subject: [PATCH] Fix typo in installation command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Still testing #2 fix… --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 47497dc..d75c4c9 100644 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,7 @@ apt-get install nodejs-legacy npm python-pip python-dev python-lxml python-imagi pip install weboob # Install Kresus -sudo -u $app sh -c "nmp install kresus" +sudo -u $app sh -c "npm install kresus" # Modify Nginx configuration file and copy it to Nginx conf directory nginx_conf=../conf/nginx.conf