diff --git a/README.md b/README.md index 8887a4a..90f4d80 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Kresus is an open-source libre self-hosted personal finance manager. It allows y It has started as a fork of cozy-pfm but is way different now. It was continued following this https://framagit.org/bnjbvr/kresus/issues/515 -**More information on the documentation page:** +**More information on the documentation page:** https://framagit.org/bnjbvr/kresus https://kresus.org https://yunohost.org/ diff --git a/scripts/install b/scripts/install index ad8baf5..da5e641 100644 --- a/scripts/install +++ b/scripts/install @@ -19,6 +19,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 pip install weboob # Build the app src_path=/home/yunohost.app/$app