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

Fix typo in installation command

Still testing #2 fix…
This commit is contained in:
J. Fernando Lagrange 2017-09-17 12:24:02 +02:00
parent fed549b8c1
commit 7e436e5790

View file

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