From 3b88e72a0192a35cc3bed4201d9824250f24fe8d Mon Sep 17 00:00:00 2001 From: "J. Fernando Lagrange" Date: Wed, 6 Sep 2017 22:58:43 +0200 Subject: [PATCH] Fix install script using accurate suggestion See previous commit --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index da5e641..94f7a14 100644 --- a/scripts/install +++ b/scripts/install @@ -18,7 +18,7 @@ app=$YNH_APP_INSTANCE_NAME # Install dependencies sudo apt-get update - sudo apt-get install nodejs-legacy npm python-weboob-core python-imaging -y -qq + sudo apt-get install nodejs-legacy npm python-pip python-dev python-lxml python-imaging -y -qq sudo pip install weboob # Build the app