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:
parent
902ae9e44f
commit
3b88e72a01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue