1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

Fix install script using accurate suggestion

See previous commit
This commit is contained in:
J. Fernando Lagrange 2017-09-06 22:58:43 +02:00
parent 902ae9e44f
commit 3b88e72a01

View file

@ -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